comparison backend/src/main/java/org/dive4elements/river/importer/parsers/DA66Parser.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 3ecf1f76b2b8
children 0a5239a1e46e
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
361 if (m.find()) { 361 if (m.find()) {
362 // Actually matches! 362 // Actually matches!
363 // TODO 'move' last line to match river axis 363 // TODO 'move' last line to match river axis
364 // TODO find river axis intersection 364 // TODO find river axis intersection
365 currentLine = new ArrayList<XY>(); 365 currentLine = new ArrayList<XY>();
366 double station = stationInKm(Double.parseDouble(m.group(FIELD.STATION.getIdx()))); 366 double station = stationInKm(
367 Double.parseDouble(m.group(FIELD.STATION.getIdx())));
367 data.put(station, currentLine); 368 data.put(station, currentLine);
368 } 369 }
369 else { 370 else {
370 log.error("HEAD line bad."); 371 log.error("HEAD line bad.");
371 } 372 }

http://dive4elements.wald.intevation.org