comparison artifacts/src/main/java/org/dive4elements/river/artifacts/FlowVelocityModelArtifact.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
154 List<Facet> fs = new ArrayList<Facet>(); 154 List<Facet> fs = new ArrayList<Facet>();
155 155
156 String code = getDatacageIDValue(data); 156 String code = getDatacageIDValue(data);
157 157
158 if (code != null) { 158 if (code != null) {
159 String name = FlowVelocityModel.getModelDescription(Integer.valueOf(code)); 159 String name = FlowVelocityModel.getModelDescription(
160 Integer.valueOf(code));
160 161
161 Facet facet = new FlowVelocityFacet( 162 Facet facet = new FlowVelocityFacet(
162 0, 163 0,
163 FLOW_VELOCITY_MAINCHANNEL, 164 FLOW_VELOCITY_MAINCHANNEL,
164 Resources.getMsg(callMeta, 165 Resources.getMsg(callMeta,

http://dive4elements.wald.intevation.org