comparison backend/src/main/java/org/dive4elements/river/importer/parsers/InfoGewParser.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 b44c76b6800c
children a2a42a6bac6b 0a5239a1e46e
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
116 if (!wst.isAbsolute()) { 116 if (!wst.isAbsolute()) {
117 wst = new File(root, wstFilename); 117 wst = new File(root, wstFilename);
118 } 118 }
119 wst = FileTools.repair(wst); 119 wst = FileTools.repair(wst);
120 if (!wst.isFile() || !wst.canRead()) { 120 if (!wst.isFile() || !wst.canRead()) {
121 log.error("cannot access WST file '" + wstFilename + "'"); 121 log.error(
122 "cannot access WST file '" + wstFilename + "'");
122 continue; 123 continue;
123 } 124 }
124 log.info("Found wst file '" + wst + "'"); 125 log.info("Found wst file '" + wst + "'");
125 wstFile = wst; 126 wstFile = wst;
126 } 127 }

http://dive4elements.wald.intevation.org