diff flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/minfo/SedimentLoadCalculation.java @ 5661:b6297a67823e

SedimentLoadFactory: Renamed getLoadwithData to getLoadWithData, update callers.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 11 Apr 2013 11:57:22 +0200
parents e357716cf346
children 756df79274e1
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/minfo/SedimentLoadCalculation.java	Thu Apr 11 18:58:33 2013 +0200
+++ b/flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/minfo/SedimentLoadCalculation.java	Thu Apr 11 11:57:22 2013 +0200
@@ -115,7 +115,7 @@
     private SedimentLoadResult calculateEpoch(int i) {
         List<SedimentLoad> epochLoads = new ArrayList<SedimentLoad>();
         for (int j = epoch[i][0]; j < epoch[i][1]; j++) {
-            epochLoads.add(SedimentLoadFactory.getLoadwithData(
+            epochLoads.add(SedimentLoadFactory.getLoadWithData(
                 this.river,
                 this.yearEpoch,
                 this.kmLow,
@@ -207,7 +207,7 @@
     }
 
     private SedimentLoadResult calculateOffEpoch(int i) {
-        SedimentLoad load = SedimentLoadFactory.getLoadwithData(
+        SedimentLoad load = SedimentLoadFactory.getLoadWithData(
             this.river,
             this.yearEpoch,
             kmLow,
@@ -234,7 +234,7 @@
     }
 
     private SedimentLoadResult calculateYear(int y) {
-        SedimentLoad load = SedimentLoadFactory.getLoadwithData(
+        SedimentLoad load = SedimentLoadFactory.getLoadWithData(
             this.river,
             this.yearEpoch,
             this.kmLow,

http://dive4elements.wald.intevation.org