[Dive4elements-commits] [PATCH 2 of 2] Fixed facet display name in bed height difference calculation

Wald Commits scm-commit at wald.intevation.org
Thu Jun 6 10:56:33 CEST 2013


# HG changeset patch
# User Raimund Renkert <rrenkert at intevation.de>
# Date 1370508965 -7200
# Node ID c40acb6bfe381f9e2b4d0082dca13c31b3dcea98
# Parent  165086b1e66d75ae8567af632a998826ff993c51
Fixed facet display name in bed height difference calculation.

diff -r 165086b1e66d -r c40acb6bfe38 artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedDiffYearResult.java
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedDiffYearResult.java	Thu Jun 06 10:55:14 2013 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedDiffYearResult.java	Thu Jun 06 10:56:05 2013 +0200
@@ -90,7 +90,7 @@
 
     /** Get name of the second BedHeight (subtrahend). */
     public String getNameSecond() {
-        return this.nameFirst;
+        return this.nameSecond;
     }
 
     public void addMorphWidth(double value) {


More information about the Dive4elements-commits mailing list