diff artifacts/src/main/java/org/dive4elements/river/artifacts/common/AbstractCalculationResult.java @ 9202:b4402594213b

More work on calculations and output for S-Info flood duration workflow (chart types 1 and 2)
author mschaefer
date Mon, 02 Jul 2018 07:33:53 +0200
parents 23945061daec
children 4f411c6ee3ae
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/common/AbstractCalculationResult.java	Sun Jul 01 15:29:40 2018 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/common/AbstractCalculationResult.java	Mon Jul 02 07:33:53 2018 +0200
@@ -45,7 +45,7 @@
     // this.rows.add(resultRow);
     // }
 
-    public final Collection<ResultRow> getRows() {
+    public Collection<ResultRow> getRows() {
         return Collections.unmodifiableCollection(this.rows);
     }
 

http://dive4elements.wald.intevation.org