diff 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
line wrap: on
line diff
--- a/backend/src/main/java/org/dive4elements/river/importer/parsers/InfoGewParser.java	Thu Jan 18 20:10:59 2018 +0100
+++ b/backend/src/main/java/org/dive4elements/river/importer/parsers/InfoGewParser.java	Thu Jan 18 20:12:01 2018 +0100
@@ -118,7 +118,8 @@
                     }
                     wst = FileTools.repair(wst);
                     if (!wst.isFile() || !wst.canRead()) {
-                        log.error("cannot access WST file '" + wstFilename + "'");
+                        log.error(
+                            "cannot access WST file '" + wstFilename + "'");
                         continue;
                     }
                     log.info("Found wst file '" + wst + "'");

http://dive4elements.wald.intevation.org