[Dive4elements-commits] [PATCH 3 of 3] in relation to flys1313: fix typo that prevented setting crossSection to c.s.l

Wald Commits scm-commit at wald.intevation.org
Wed May 22 12:43:19 CEST 2013


# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1369219876 -7200
# Node ID 939fea2b24a22c0eccc9e1be990bf2b7753ed93b
# Parent  89d03518e5b93935fc2e4f0650bfa74ae6640b23
in relation to flys1313: fix typo that prevented setting crossSection to c.s.l.

diff -r 89d03518e5b9 -r 939fea2b24a2 backend/src/main/java/org/dive4elements/river/model/CrossSectionLine.java
--- a/backend/src/main/java/org/dive4elements/river/model/CrossSectionLine.java	Fri May 17 09:14:28 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/CrossSectionLine.java	Wed May 22 12:51:16 2013 +0200
@@ -113,7 +113,7 @@
         return crossSection;
     }
 
-    public void setCrossSection(CrossSection CrossSection) {
+    public void setCrossSection(CrossSection crossSection) {
         this.crossSection = crossSection;
     }
 


More information about the Dive4elements-commits mailing list