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

Remove trailing whitespace.
author Sascha L. Teichmann <teichmann@intevation.de>
date Wed, 02 Jan 2013 13:18:31 +0100
parents 981de0b77c6b
children f939e1e6cfa4
line wrap: on
line diff
--- a/flys-aft/src/main/java/de/intevation/db/SymbolicStatement.java	Tue Jan 01 13:54:08 2013 +0100
+++ b/flys-aft/src/main/java/de/intevation/db/SymbolicStatement.java	Wed Jan 02 13:18:31 2013 +0100
@@ -46,7 +46,7 @@
         }
 
         public Instance setInt(String key, int value)
-        throws SQLException 
+        throws SQLException
         {
             List<Integer> pos = positions.get(key.toLowerCase());
             if (pos != null) {
@@ -59,7 +59,7 @@
         }
 
         public Instance setString(String key, String value)
-        throws SQLException 
+        throws SQLException
         {
             List<Integer> pos = positions.get(key.toLowerCase());
             if (pos != null) {
@@ -71,7 +71,7 @@
         }
 
         public Instance setObject(String key, Object value)
-        throws SQLException 
+        throws SQLException
         {
             List<Integer> pos = positions.get(key.toLowerCase());
             if (pos != null) {
@@ -83,7 +83,7 @@
         }
 
         public Instance setTimestamp(String key, Timestamp value)
-        throws SQLException 
+        throws SQLException
         {
             List<Integer> pos = positions.get(key.toLowerCase());
             if (pos != null) {
@@ -95,7 +95,7 @@
         }
 
         public Instance setDouble(String key, double value)
-        throws SQLException 
+        throws SQLException
         {
             List<Integer> pos = positions.get(key.toLowerCase());
             if (pos != null) {
@@ -107,7 +107,7 @@
         }
 
         public Instance setLong(String key, long value)
-        throws SQLException 
+        throws SQLException
         {
             List<Integer> pos = positions.get(key.toLowerCase());
             if (pos != null) {
@@ -119,7 +119,7 @@
         }
 
         public Instance setNull(String key, int sqlType)
-        throws SQLException 
+        throws SQLException
         {
             List<Integer> pos = positions.get(key.toLowerCase());
             if (pos != null) {

http://dive4elements.wald.intevation.org