[Dive4elements-commits] [PATCH 2 of 3] ssue862: MiddleBedHeight facet names

Wald Commits scm-commit at wald.intevation.org
Mon May 13 10:10:56 CEST 2013


# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1368195786 -7200
# Node ID 3df1bcb9e2d7487b68e09633d845222c38eac5f5
# Parent  3503a417f50024fbc6729d55ce5e108f9c526ae7
ssue862: MiddleBedHeight facet names.

diff -r 3503a417f500 -r 3df1bcb9e2d7 artifacts/src/main/java/org/dive4elements/river/artifacts/states/MiddleBedHeight.java
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/states/MiddleBedHeight.java	Fri May 10 16:12:55 2013 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/states/MiddleBedHeight.java	Fri May 10 16:23:06 2013 +0200
@@ -68,7 +68,7 @@
                 newFacets.add(new MiddleBedHeightFacet(
                     idx,
                     MIDDLE_BED_HEIGHT_SINGLE,
-                    d.getSoundingName(context),
+                    d.getDescription(),
                     ComputeType.ADVANCE,
                     id,
                     hash
@@ -78,7 +78,7 @@
                 newFacets.add(new MiddleBedHeightFacet(
                     idx,
                     MIDDLE_BED_HEIGHT_EPOCH,
-                    d.getSoundingName(context),
+                    d.getDescription(),
                     ComputeType.ADVANCE,
                     id,
                     hash


More information about the Dive4elements-commits mailing list