comparison backend/src/main/java/org/dive4elements/river/importer/parsers/WaterlevelDifferencesParser.java @ 7883:fc8d5b5f2c99

Removed trailing whitespace.
author Sascha L. Teichmann <teichmann@intevation.de>
date Fri, 16 May 2014 17:10:10 +0200
parents ad2fdc34910a
children 07cc4cd9233e
comparison
equal deleted inserted replaced
7882:4534659e200e 7883:fc8d5b5f2c99
100 } 100 }
101 101
102 // For all differences columns, add a single Q-Range with 102 // For all differences columns, add a single Q-Range with
103 // -1. 103 // -1.
104 // Expand range to minimal length in case it would be 0 104 // Expand range to minimal length in case it would be 0
105 // TODO: should otherwise be extended to 105 // TODO: should otherwise be extended to
106 // (first station of next range - INTERVAL_GAP), 106 // (first station of next range - INTERVAL_GAP),
107 // assuming always ascending stations 107 // assuming always ascending stations
108 for (ImportWstColumn column: columns) { 108 for (ImportWstColumn column: columns) {
109 List<ImportWstColumnValue> cValues = column.getColumnValues(); 109 List<ImportWstColumnValue> cValues = column.getColumnValues();
110 BigDecimal a = cValues.get(0).getPosition(); 110 BigDecimal a = cValues.get(0).getPosition();
111 BigDecimal b = cValues.get(cValues.size() - 1).getPosition(); 111 BigDecimal b = cValues.get(cValues.size() - 1).getPosition();

http://dive4elements.wald.intevation.org