comparison artifacts/src/main/java/org/dive4elements/river/artifacts/WMSHWSPointsArtifact.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 0a5239a1e46e
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
139 139
140 if (RiverUtils.isUsingOracle()) { 140 if (RiverUtils.isUsingOracle()) {
141 return "geom FROM hws_points USING SRID " + srid; 141 return "geom FROM hws_points USING SRID " + srid;
142 } 142 }
143 else { 143 else {
144 return "geom FROM hws_points USING UNIQUE id USING SRID " + srid; 144 return "geom FROM hws_points USING UNIQUE id USING SRID "
145 + srid;
145 } 146 }
146 } 147 }
147 148
148 @Override 149 @Override
149 protected String getGeometryType() { 150 protected String getGeometryType() {

http://dive4elements.wald.intevation.org