comparison 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
comparison
equal deleted inserted replaced
9039:13b5b515c61f 9040:5294114b1df4
33 33
34 private final WstInfo currentWst; 34 private final WstInfo currentWst;
35 35
36 public FlowDepthDevelopmentCalculationResult(final String label, final WstInfo currentWst, final WstInfo historicalWst, final BedHeightInfo currentSounding, 36 public FlowDepthDevelopmentCalculationResult(final String label, final WstInfo currentWst, final WstInfo historicalWst, final BedHeightInfo currentSounding,
37 final BedHeightInfo historicalSounding, final Collection< ResultRow> rows) { 37 final BedHeightInfo historicalSounding, final Collection< ResultRow> rows) {
38 // FIXME: bad abstraction if we give null here... 38 // TODO: bad abstraction if we give null here...
39 super(label, null, rows); 39 super(label, null, rows);
40 40
41 this.currentWst = currentWst; 41 this.currentWst = currentWst;
42 this.historicalWst = historicalWst; 42 this.historicalWst = historicalWst;
43 43

http://dive4elements.wald.intevation.org