comparison backend/src/main/java/org/dive4elements/river/importer/parsers/WaterlevelDifferencesParser.java @ 6321:6c41a4ca2876

Doc.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 13 Jun 2013 09:09:56 +0200
parents 6cdafb6feee1
children f275aae00c55
comparison
equal deleted inserted replaced
6320:6cdafb6feee1 6321:6c41a4ca2876
197 } 197 }
198 } 198 }
199 } 199 }
200 200
201 201
202 /** Handle one line of data, add one value for all columns. */
202 private void handleDataLine(String line) { 203 private void handleDataLine(String line) {
203 String[] cols = line.split(SEPERATOR_CHAR); 204 String[] cols = line.split(SEPERATOR_CHAR);
204 205
205 if (cols == null || cols.length < 2) { 206 if (cols == null || cols.length < 2) {
206 log.warn("skip invalid waterlevel-diff line: '" + line + "'"); 207 log.warn("skip invalid waterlevel-diff line: '" + line + "'");

http://dive4elements.wald.intevation.org