diff artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedHeightFactory.java @ 7392:04b70a6fe8c5

Moved BedHeightEpoch to BedHeightEpochData.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 17 Oct 2013 15:21:57 +0200
parents 9513d1af7d58
children 1aba75321441
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedHeightFactory.java	Thu Oct 17 15:08:59 2013 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedHeightFactory.java	Thu Oct 17 15:21:57 2013 +0200
@@ -163,8 +163,8 @@
             return height;
         }
         else if (type.equals("epoch")) {
-            BedHeightEpoch height =
-                new BedHeightEpoch(getHeightName(type, height_id));
+            BedHeightEpochData height =
+                new BedHeightEpochData(getHeightName(type, height_id));
             sqlQuery = session.createSQLQuery(SQL_SELECT_EPOCH)
                 .addScalar("height", StandardBasicTypes.DOUBLE)
                 .addScalar("station", StandardBasicTypes.DOUBLE)

http://dive4elements.wald.intevation.org