comparison artifacts/src/main/java/org/dive4elements/river/exports/LongitudinalSectionGenerator2.java @ 8737:afa2096a1f15

Facet-Metadata: Don't put the value into the key.
author Tom Gottfried <tom@intevation.de>
date Wed, 06 May 2015 17:59:38 +0200
parents 8dbb969091c5
children d199860fb087
comparison
equal deleted inserted replaced
8736:ff33c24c2b64 8737:afa2096a1f15
183 if (visible) { 183 if (visible) {
184 log.debug("Adding radius subtitle."); 184 log.debug("Adding radius subtitle.");
185 185
186 addSubtitle(Resources.getMsg( 186 addSubtitle(Resources.getMsg(
187 getCallContext().getMeta(), 187 getCallContext().getMeta(),
188 I18N_SUBTITLE_RADIUS, 188 I18N_SUBTITLE_RADIUS) + ": $RADIUS");
189 new Object[] { "$RADIUS" }));
190 } 189 }
191 return; 190 return;
192 } 191 }
193 super.doOut(bundle, theme, visible); 192 super.doOut(bundle, theme, visible);
194 } 193 }

http://dive4elements.wald.intevation.org