comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/WQAdaptedInputPanel.java @ 5993:ea9eef426962

Removed trailing whitespace.
author Sascha L. Teichmann <teichmann@intevation.de>
date Sun, 12 May 2013 18:10:57 +0200
parents 17b07104d093
children 2c4be2375f63
comparison
equal deleted inserted replaced
5992:4c3ccf2b0304 5993:ea9eef426962
1 /* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde 1 /* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
2 * Software engineering by Intevation GmbH 2 * Software engineering by Intevation GmbH
3 * 3 *
4 * This file is Free Software under the GNU AGPL (>=v3) 4 * This file is Free Software under the GNU AGPL (>=v3)
5 * and comes with ABSOLUTELY NO WARRANTY! Check out the 5 * and comes with ABSOLUTELY NO WARRANTY! Check out the
6 * documentation coming with Dive4Elements River for details. 6 * documentation coming with Dive4Elements River for details.
7 */ 7 */
8 8
9 package org.dive4elements.river.client.client.ui; 9 package org.dive4elements.river.client.client.ui;
10 10
11 import com.google.gwt.core.client.GWT; 11 import com.google.gwt.core.client.GWT;
522 522
523 /** Populate Gauge Ranges array. */ 523 /** Populate Gauge Ranges array. */
524 private void readGaugeRanges(DataList dataList) { 524 private void readGaugeRanges(DataList dataList) {
525 DataItem[] items = getWQItems(dataList); 525 DataItem[] items = getWQItems(dataList);
526 gaugeRanges = new double[items.length][2]; 526 gaugeRanges = new double[items.length][2];
527 527
528 int i = 0; 528 int i = 0;
529 529
530 for (DataItem item: items) { 530 for (DataItem item: items) {
531 String[] startEndKm = item.getLabel().split(";"); 531 String[] startEndKm = item.getLabel().split(";");
532 532

http://dive4elements.wald.intevation.org