diff artifacts/src/main/java/org/dive4elements/river/utils/MapUtils.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 e4606eae8ea5
children 07d854c325d8
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/utils/MapUtils.java	Thu Jan 18 20:10:59 2018 +0100
+++ b/artifacts/src/main/java/org/dive4elements/river/utils/MapUtils.java	Thu Jan 18 20:12:01 2018 +0100
@@ -72,7 +72,8 @@
             String host = m.group(2);
             String port = m.group(3);
             String backend = m.group(4);
-            connection = user + "/" + pass + "@" + host + ":" + port + "/" + backend;
+            connection = user + "/" + pass
+                + "@" + host + ":" + port + "/" + backend;
         }
         else {
             if (groups < 4) {

http://dive4elements.wald.intevation.org