diff flys-aft/src/main/java/de/intevation/aft/DischargeTable.java @ 4736:b195fede1c3b

Remove trailing whitespace.
author Sascha L. Teichmann <teichmann@intevation.de>
date Wed, 02 Jan 2013 13:18:31 +0100
parents 79bb64f66c74
children f939e1e6cfa4
line wrap: on
line diff
--- a/flys-aft/src/main/java/de/intevation/aft/DischargeTable.java	Tue Jan 01 13:54:08 2013 +0100
+++ b/flys-aft/src/main/java/de/intevation/aft/DischargeTable.java	Wed Jan 02 13:18:31 2013 +0100
@@ -29,8 +29,8 @@
     }
 
     public DischargeTable(
-        int          gaugeId, 
-        TimeInterval timeInterval, 
+        int          gaugeId,
+        TimeInterval timeInterval,
         String       description
     ) {
         this.gaugeId      = gaugeId;
@@ -40,9 +40,9 @@
     }
 
     public DischargeTable(
-        int          id, 
-        int          gaugeId, 
-        TimeInterval timeInterval, 
+        int          id,
+        int          gaugeId,
+        TimeInterval timeInterval,
         String       description
     ) {
         this(gaugeId, timeInterval, description);
@@ -94,7 +94,7 @@
     }
 
 
-    protected void loadValues(SymbolicStatement.Instance query) 
+    protected void loadValues(SymbolicStatement.Instance query)
     throws SQLException
     {
         ResultSet rs = query.executeQuery();
@@ -243,7 +243,7 @@
             }
 
             if (from.compareTo(to) > 0) {
-                    log.warn("AFT: ABFLUSSTAFEL_NR = " 
+                    log.warn("AFT: ABFLUSSTAFEL_NR = "
                     + dtId + ": " + from + " > " + to + ". -> swap");
                 Date temp = from;
                 from = to;

http://dive4elements.wald.intevation.org