diff artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flowdepthdev/FlowDepthDevelopmentCalculationResult.java @ 9040:5294114b1df4

Fixed/changed some FIXMEs/TODOs
author gernotbelger
date Wed, 02 May 2018 12:19:31 +0200
parents d5802f22e4f5
children 2ed3824a3d53
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flowdepthdev/FlowDepthDevelopmentCalculationResult.java	Wed May 02 12:16:47 2018 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flowdepthdev/FlowDepthDevelopmentCalculationResult.java	Wed May 02 12:19:31 2018 +0200
@@ -35,7 +35,7 @@
 
     public FlowDepthDevelopmentCalculationResult(final String label, final WstInfo currentWst, final WstInfo historicalWst, final BedHeightInfo currentSounding,
             final BedHeightInfo historicalSounding, final Collection< ResultRow> rows) {
-        // FIXME: bad abstraction if we give null here...
+        // TODO: bad abstraction if we give null here...
         super(label, null, rows);
 
         this.currentWst = currentWst;

http://dive4elements.wald.intevation.org