diff geo-backend/src/main/java/de/intevation/gnv/geobackend/sde/connectionpool/ArcSDEConnectionPool.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 ff1b7967e6b9
children 8b442223741c
line wrap: on
line diff
--- a/geo-backend/src/main/java/de/intevation/gnv/geobackend/sde/connectionpool/ArcSDEConnectionPool.java	Fri Mar 26 15:23:03 2010 +0000
+++ b/geo-backend/src/main/java/de/intevation/gnv/geobackend/sde/connectionpool/ArcSDEConnectionPool.java	Mon Mar 29 07:49:16 2010 +0000
@@ -12,7 +12,7 @@
 
 /**
  *This is the ArcSDE specific implementation of the Interface ConnectionPool
- * 
+ *
  * @author Tim Englich <tim.englich@intevation.de>
  */
 public class ArcSDEConnectionPool implements ConnectionPool {
@@ -103,7 +103,7 @@
         boolean testWhileIdle = Boolean.parseBoolean(properties
                 .getProperty("testWhileIdle",
                         "" + GenericObjectPool.DEFAULT_TEST_WHILE_IDLE));
-        
+
         log.info("Maximum Number of active Connections: " + maxActive);
         log.info("Maximum Number of waiting: " + maxWait);
         log.info("Maximum Number of idle: " + maxIdle);
@@ -114,7 +114,7 @@
         log.info("NumTestsPerEvictionRun: " + numTestsPerEvictionRun);
         log.info("MinEvictableIdleTimeMillis: " + minEvictableIdleTimeMillis);
         log.info("TestWhileIdle: " + testWhileIdle);
-        
+
         this.pool = new GenericObjectPool(poolableObjectFactory, maxActive,
                                             GenericObjectPool.DEFAULT_WHEN_EXHAUSTED_ACTION, maxWait,
                                             maxIdle, minIdle, testOnBorrow, testOnReturn,

http://dive4elements.wald.intevation.org