comparison 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
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
70 } 70 }
71 71
72 String host = m.group(2); 72 String host = m.group(2);
73 String port = m.group(3); 73 String port = m.group(3);
74 String backend = m.group(4); 74 String backend = m.group(4);
75 connection = user + "/" + pass + "@" + host + ":" + port + "/" + backend; 75 connection = user + "/" + pass
76 + "@" + host + ":" + port + "/" + backend;
76 } 77 }
77 else { 78 else {
78 if (groups < 4) { 79 if (groups < 4) {
79 log.warn("Could only partially parse connection string."); 80 log.warn("Could only partially parse connection string.");
80 return null; 81 return null;

http://dive4elements.wald.intevation.org