comparison gwt-client/src/main/java/org/dive4elements/river/client/shared/model/DefaultCollection.java @ 8856:5e38e2924c07 3.2.x

Fix code style.
author Tom Gottfried <tom@intevation.de>
date Thu, 18 Jan 2018 20:12:01 +0100
parents 4b42ab2e9060
children
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
189 189
190 190
191 /** 191 /**
192 * Get item whose identifier is the given string. 192 * Get item whose identifier is the given string.
193 * @param uuid identifier of collection item (artifacts uuid). 193 * @param uuid identifier of collection item (artifacts uuid).
194 * @return CollectionItem whose identifier is given String, null if not found. 194 * @return CollectionItem whose identifier is given String,
195 * null if not found.
195 */ 196 */
196 public CollectionItem getItem(String uuid) { 197 public CollectionItem getItem(String uuid) {
197 int size = getItemLength(); 198 int size = getItemLength();
198 for (int i = 0; i < size; i++) { 199 for (int i = 0; i < size; i++) {
199 CollectionItem item = getItem(i); 200 CollectionItem item = getItem(i);

http://dive4elements.wald.intevation.org