diff geo-backend/src/main/java/de/intevation/gnv/geobackend/base/query/container/QueryContainerFactory.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 3cbf11c67fdc
children 8b442223741c
line wrap: on
line diff
--- a/geo-backend/src/main/java/de/intevation/gnv/geobackend/base/query/container/QueryContainerFactory.java	Fri Mar 26 15:23:03 2010 +0000
+++ b/geo-backend/src/main/java/de/intevation/gnv/geobackend/base/query/container/QueryContainerFactory.java	Mon Mar 29 07:49:16 2010 +0000
@@ -14,13 +14,13 @@
  *
  */
 public class QueryContainerFactory {
-    
+
     /**
      * the logger, used to log exceptions and additonaly information
      */
     private static Logger log = Logger.getLogger(QueryContainerFactory.class);
 
-    
+
     /**
      * The singleton Instance of this Factory.
      */
@@ -48,8 +48,8 @@
         }
         return instance;
     }
-    
-    
+
+
     /**
      * Getting the QueryContainer
      * @return the QueryContainer
@@ -62,7 +62,7 @@
      * Initializes the QueryContainer.
      * Should only be called once on system startup
      * @param properties the Properties for the Individual Configuration of the QueryContainerbb
-     * @throws QueryContainerException 
+     * @throws QueryContainerException
      */
     public synchronized void initializeQueryContainer(Properties properties) throws QueryContainerException{
         log.debug("ConnectionPoolFactory.initializeConnectionPool");

http://dive4elements.wald.intevation.org