comparison artifacts/src/main/java/org/dive4elements/river/artifacts/SedimentDensityArtifact.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
131 List<Facet> fs = new ArrayList<Facet>(); 131 List<Facet> fs = new ArrayList<Facet>();
132 132
133 String code = getDatacageIDValue(data); 133 String code = getDatacageIDValue(data);
134 134
135 if (code != null) { 135 if (code != null) {
136 double[] depth = SedimentDensityFactory.getDepth(Integer.valueOf(code)); 136 double[] depth = SedimentDensityFactory.getDepth(
137 137 Integer.valueOf(code));
138 String name = Resources.getMsg(callMeta, "sedimentdensity", "sedimentdensity"); 138
139 String name = Resources.getMsg(
140 callMeta, "sedimentdensity", "sedimentdensity");
139 name += " " + depth[0] + " - " + depth[1] + " cm"; 141 name += " " + depth[0] + " - " + depth[1] + " cm";
140 Facet facet = new SedimentDensityFacet( 142 Facet facet = new SedimentDensityFacet(
141 0, 143 0,
142 SEDIMENT_DENSITY, 144 SEDIMENT_DENSITY,
143 name, 145 name,

http://dive4elements.wald.intevation.org