diff 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
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/common/AbstractSInfoProcessor.java	Wed May 02 12:16:47 2018 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/common/AbstractSInfoProcessor.java	Wed May 02 12:19:31 2018 +0200
@@ -65,7 +65,7 @@
         if (this.yAxisLabel != null && !this.yAxisLabel.isEmpty()) {
             // REMARK/UNINTENDED: yAxisLabel may also be a resolved message (side-effect of StyledXYSeries#putMetadata),
             // and cannot be resolved, so we need to give the resolved value as default
-            // FIXME: In other implementations (i.e. FlowVelocityProcessor), an explicit (German) default label is given here,
+            // TODO: In other implementations (i.e. FlowVelocityProcessor), an explicit (German) default label is given here,
             // probably the English version will also show German (CHECK)
             return generator.msg(this.yAxisLabel, this.yAxisLabel);
         }

http://dive4elements.wald.intevation.org