diff geo-backend/src/main/java/de/intevation/gnv/geobackend/sde/datasources/ArcSDEConnection.java @ 885:1c3efbd2fc5a

Removes trailing whitespace. geo-backend/trunk@850 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 29 Mar 2010 07:49:16 +0000
parents 12f88239fb33
children 8b442223741c
line wrap: on
line diff
--- a/geo-backend/src/main/java/de/intevation/gnv/geobackend/sde/datasources/ArcSDEConnection.java	Fri Mar 26 15:23:03 2010 +0000
+++ b/geo-backend/src/main/java/de/intevation/gnv/geobackend/sde/datasources/ArcSDEConnection.java	Mon Mar 29 07:49:16 2010 +0000
@@ -30,7 +30,7 @@
 import de.intevation.gnv.geobackend.sde.connectionpool.ArcSDEPoolableObjectFactory;
 
 /**
- * Wrapperclass between an @see java.sql.Connection and an 
+ * Wrapperclass between an @see java.sql.Connection and an
  * @see com.esri.sde.sdk.client.SeConnection
  * @author Tim Englich <tim.englich@intevation.de>
  */
@@ -40,19 +40,19 @@
      * the logger, used to log exceptions and additonaly information
      */
     private static Logger log = Logger.getLogger(ArcSDEPoolableObjectFactory.class);
-    
+
     /**
      * The Connection to the ArcSDE-backend.
      */
     private SeConnection seConnection = null;
     /**
-     * Time that have to be gone until the Server will be requested if 
+     * Time that have to be gone until the Server will be requested if
      * the Connection is valid.
      */
     private long serverRoundtripInterval ;
 
     /**
-     * The Time which a Connection can be inactive until the Connection 
+     * The Time which a Connection can be inactive until the Connection
      * will be set to invalid.
      */
     private long inactiveInterval;
@@ -61,7 +61,7 @@
      * The TimeStamp of the last usage of this Connection.
      */
     private long lastTouch;
-    
+
 
     /**
      * Constructor
@@ -81,10 +81,10 @@
         String port,
         String database,
         String username,
-        String credentials, 
+        String credentials,
         long   serverRoundtripInterval,
         long   inactiveInterval
-    ) 
+    )
     throws ConnectionException
     {
         this.serverRoundtripInterval = serverRoundtripInterval;
@@ -402,7 +402,7 @@
      */
     public void setTypeMap(Map<String, Class<?>> map) throws SQLException {
     }
-    
+
     /**
      * @return the seConnection
      */
@@ -450,7 +450,7 @@
             log.debug("The validation of the Connection has occured an Error. The connection is invalid.");
             valid = false;
         }
-        
+
         return valid;
     }
 

http://dive4elements.wald.intevation.org