comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/common/AbstractSInfoProcessor.java @ 9040:5294114b1df4

Fixed/changed some FIXMEs/TODOs
author gernotbelger
date Wed, 02 May 2018 12:19:31 +0200
parents 5d5d0051723f
children 6393e05a9610
comparison
equal deleted inserted replaced
9039:13b5b515c61f 9040:5294114b1df4
63 @Override 63 @Override
64 public final String getAxisLabel(final DiagramGenerator generator) { 64 public final String getAxisLabel(final DiagramGenerator generator) {
65 if (this.yAxisLabel != null && !this.yAxisLabel.isEmpty()) { 65 if (this.yAxisLabel != null && !this.yAxisLabel.isEmpty()) {
66 // REMARK/UNINTENDED: yAxisLabel may also be a resolved message (side-effect of StyledXYSeries#putMetadata), 66 // REMARK/UNINTENDED: yAxisLabel may also be a resolved message (side-effect of StyledXYSeries#putMetadata),
67 // and cannot be resolved, so we need to give the resolved value as default 67 // and cannot be resolved, so we need to give the resolved value as default
68 // FIXME: In other implementations (i.e. FlowVelocityProcessor), an explicit (German) default label is given here, 68 // TODO: In other implementations (i.e. FlowVelocityProcessor), an explicit (German) default label is given here,
69 // probably the English version will also show German (CHECK) 69 // probably the English version will also show German (CHECK)
70 return generator.msg(this.yAxisLabel, this.yAxisLabel); 70 return generator.msg(this.yAxisLabel, this.yAxisLabel);
71 } 71 }
72 return generator.msg(this.i18n_axis_label, "MISSING"); 72 return generator.msg(this.i18n_axis_label, "MISSING");
73 } 73 }

http://dive4elements.wald.intevation.org