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

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