comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/Parameters.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 cde863b2dae3
children 0a5239a1e46e
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
181 } 181 }
182 182
183 /** 183 /**
184 * Performes a binary search in the column identified by its 184 * Performes a binary search in the column identified by its
185 * index. 185 * index.
186 * @return Index of found element or negative insertion point (shifted by one) 186 * @return Index of found element or negative insertion point
187 * (shifted by one)
187 */ 188 */
188 public int binarySearch(int columnIndex, double value) { 189 public int binarySearch(int columnIndex, double value) {
189 TDoubleArrayList column = columns[columnIndex]; 190 TDoubleArrayList column = columns[columnIndex];
190 return column.binarySearch(value); 191 return column.binarySearch(value);
191 } 192 }

http://dive4elements.wald.intevation.org