[PATCH 3 of 7] cosmetics

Wald Commits scm-commit at wald.intevation.org
Mon Oct 14 09:58:47 CEST 2013


# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1381737087 -7200
# Node ID 615795d54831015e1156dd15bc1de0015e93fdaf
# Parent  cb3238edf0ee6473eab766a818841bfa19b61419
cosmetics.

diff -r cb3238edf0ee -r 615795d54831 artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/SedimentLoadFactory.java
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/SedimentLoadFactory.java	Mon Oct 14 07:33:32 2013 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/SedimentLoadFactory.java	Mon Oct 14 09:51:27 2013 +0200
@@ -58,7 +58,7 @@
     public static final String SQL_SELECT_SINGLE_BY_ID =
         "SELECT DISTINCT " +
         "       sy.description AS description " +
-        "   FROM     sediment_yield sy " +
+        "   FROM    sediment_yield sy " +
         "   WHERE   sy.id = :id ";
 
     /** Query to get description, name and time range for official
@@ -293,7 +293,6 @@
         List<Object> results = sqlQuery.list();
 
         return (String) results.get(0);
-
     }
 
 


More information about the Dive4elements-commits mailing list