comparison artifacts/src/main/java/org/dive4elements/river/artifacts/states/WaterlevelState.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 3f49835a00c3 0a5239a1e46e
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
124 if (!ols.isEmpty()) { 124 if (!ols.isEmpty()) {
125 for (OfficialLineFinder.ValueRange ol: ols) { 125 for (OfficialLineFinder.ValueRange ol: ols) {
126 report.addProblem(Resources.format( 126 report.addProblem(Resources.format(
127 cc.getMeta(), 127 cc.getMeta(),
128 "official.line.found", 128 "official.line.found",
129 "Found official line for {0} from year {1,date,yyyy} from {2}.", 129 "Found official line for {0} from year {1,date,yyyy} "
130 + "from {2}.",
130 ol.getName(), nn(ol.getDate()), nn(ol.getSource()))); 131 ol.getName(), nn(ol.getDate()), nn(ol.getSource())));
131 } 132 }
132 } 133 }
133 134
134 if (report.hasProblems()) { 135 if (report.hasProblems()) {

http://dive4elements.wald.intevation.org