comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedDiffHeightSubFacet.java @ 8007:5fc56103952a facet-metadata

Fixed i18n strings.
author Raimund Renkert <rrenkert@intevation.de>
date Thu, 03 Jul 2014 13:47:42 +0200
parents 92c57cdbd94b
children e4606eae8ea5
comparison
equal deleted inserted replaced
8006:b15a6ed7c613 8007:5fc56103952a
22 22
23 public BedDiffHeightSubFacet(int idx, String name, String description, 23 public BedDiffHeightSubFacet(int idx, String name, String description,
24 ComputeType type, String stateId, String hash) { 24 ComputeType type, String stateId, String hash) {
25 super(idx, name, description, type, hash, stateId); 25 super(idx, name, description, type, hash, stateId);
26 this.metaData.put("X", "chart.longitudinal.section.xaxis.label"); 26 this.metaData.put("X", "chart.longitudinal.section.xaxis.label");
27 this.metaData.put("Y", "chart.beddifference.yaxis.label.diff "); 27 this.metaData.put("Y", "chart.beddifference.yaxis.label.diff");
28 } 28 }
29 29
30 public Object getData(Artifact artifact, CallContext context) { 30 public Object getData(Artifact artifact, CallContext context) {
31 logger.debug("Get data for bed density at index: " + index); 31 logger.debug("Get data for bed density at index: " + index);
32 32

http://dive4elements.wald.intevation.org