comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedDiffHeightSubFilterFacet.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
34 34
35 public BedDiffHeightSubFilterFacet(int idx, String name, String description, 35 public BedDiffHeightSubFilterFacet(int idx, String name, String description,
36 ComputeType type, String stateId, String hash) { 36 ComputeType type, String stateId, String hash) {
37 super(idx, name, description, type, hash, stateId); 37 super(idx, name, description, type, hash, stateId);
38 this.metaData.put("X", "chart.longitudinal.section.xaxis.label"); 38 this.metaData.put("X", "chart.longitudinal.section.xaxis.label");
39 this.metaData.put("Y", "chart.beddifference.yaxis.label.diff "); 39 this.metaData.put("Y", "chart.beddifference.yaxis.label.diff");
40 } 40 }
41 41
42 public Object getData(Artifact artifact, CallContext context) { 42 public Object getData(Artifact artifact, CallContext context) {
43 logger.debug("Get data for bed density at index: " + index); 43 logger.debug("Get data for bed density at index: " + index);
44 44

http://dive4elements.wald.intevation.org