comparison artifacts/src/main/java/org/dive4elements/river/artifacts/BedHeightsArtifact.java @ 8151:a709e6334c4a

IDs can be assumed to be unique.
author Tom Gottfried <tom@intevation.de>
date Thu, 28 Aug 2014 18:42:20 +0200
parents cf674b03901a
children 856701739443
comparison
equal deleted inserted replaced
8150:fe67edde6189 8151:a709e6334c4a
118 Facet facet = null; 118 Facet facet = null;
119 if (facetType.equals(BEDHEIGHT_SOUNDING_WIDTH)) { 119 if (facetType.equals(BEDHEIGHT_SOUNDING_WIDTH)) {
120 bedHName = Resources.getMsg( 120 bedHName = Resources.getMsg(
121 callMeta, 121 callMeta,
122 "facet.bedheight.sounding_width", 122 "facet.bedheight.sounding_width",
123 "facet.bedheight.sounding_widt",
124 new Object[] { bedHName }); 123 new Object[] { bedHName });
125 facet = new BedHeightSoundingWidthFacet(facetType, bedHName); 124 facet = new BedHeightSoundingWidthFacet(facetType, bedHName);
126 } 125 }
127 else { 126 else {
128 facet = new BedHeightFacet( 127 facet = new BedHeightFacet(

http://dive4elements.wald.intevation.org