comparison backend/src/main/java/org/dive4elements/river/importer/parsers/PegelGltParser.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 82b8bfb47260
children 0a5239a1e46e
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
63 continue; 63 continue;
64 } 64 }
65 65
66 int kmPos = line.indexOf(KM); 66 int kmPos = line.indexOf(KM);
67 if (kmPos < 0) { 67 if (kmPos < 0) {
68 log.warn("GLT: no gauge found in line " + in.getLineNumber()); 68 log.warn("GLT: no gauge found in line "
69 + in.getLineNumber());
69 continue; 70 continue;
70 } 71 }
71 72
72 String gaugeName = line.substring(0, kmPos).trim(); 73 String gaugeName = line.substring(0, kmPos).trim();
73 log.info("Found gauge '" + gaugeName + "'"); 74 log.info("Found gauge '" + gaugeName + "'");

http://dive4elements.wald.intevation.org