comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedDiffHeightSubFilterFacet.java @ 7998:92c57cdbd94b facet-metadata

Fixed i18n strings.
author Raimund Renkert <rrenkert@intevation.de>
date Thu, 03 Jul 2014 11:30:19 +0200
parents 9f42d161886b
children 5fc56103952a
comparison
equal deleted inserted replaced
7997:9f42d161886b 7998:92c57cdbd94b
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.height.yaxis.label"); 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