[Dive4elements-commits] [PATCH 1 of 2] Doc

Wald Commits scm-commit at wald.intevation.org
Tue Jun 11 12:09:56 CEST 2013


# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1370945101 -7200
# Node ID 5b1cc816fcdb138a6368dedbb9787c2fc9584423
# Parent  bbd44de9ec789386b1852116503de23c9f00a394
Doc.

diff -r bbd44de9ec78 -r 5b1cc816fcdb backend/src/main/java/org/dive4elements/river/model/CrossSection.java
--- a/backend/src/main/java/org/dive4elements/river/model/CrossSection.java	Tue Jun 11 12:01:27 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/CrossSection.java	Tue Jun 11 12:05:01 2013 +0200
@@ -141,6 +141,7 @@
         return query.list();
     }
 
+    /** Get Lines from startkm to endkm, fast because direct usage of sql. */
     public List<FastCrossSectionLine> getFastLines(
         double startKm,
         double endKm


More information about the Dive4elements-commits mailing list