diff gnv-artifacts/src/main/java/de/intevation/gnv/artifacts/cache/CacheFactory.java @ 778:9a828e5a2390

Removed trailing whitespace gnv-artifacts/trunk@851 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 29 Mar 2010 07:58:51 +0000
parents 7fb9441dd8af
children b1f5f2a8840f
line wrap: on
line diff
--- a/gnv-artifacts/src/main/java/de/intevation/gnv/artifacts/cache/CacheFactory.java	Fri Mar 26 15:31:20 2010 +0000
+++ b/gnv-artifacts/src/main/java/de/intevation/gnv/artifacts/cache/CacheFactory.java	Mon Mar 29 07:58:51 2010 +0000
@@ -10,7 +10,7 @@
 
 /**
  * @author Tim Englich <tim.englich@intevation.de>
- * 
+ *
  */
 public class CacheFactory {
 
@@ -27,7 +27,7 @@
     private static CacheFactory instance = null;
 
     /**
-     * 
+     *
      */
     private CacheManager cacheManager = null;
 
@@ -40,7 +40,7 @@
 
     /**
      * This Method provides an singleton Instance of this Class.
-     * 
+     *
      * @return an singleton Instance of this Class
      */
     public static CacheFactory getInstance() {
@@ -52,7 +52,7 @@
 
     /**
      * Getting the ConnectionPool
-     * 
+     *
      * @return the ConnectionPool
      */
     public Cache getCache() {
@@ -62,7 +62,7 @@
     /**
      * Initializes the ConnectionPool. Should only be called once on system
      * startup
-     * 
+     *
      * @param properties
      *            the Properties for the Individual Configuration of the
      *            ConnectionPool
@@ -76,7 +76,7 @@
 
     /**
      * Checks if the ConnectionPool has already been initialized.
-     * 
+     *
      * @return true if the ConnectionPool is initialized.
      */
     public boolean isInitialized() {

http://dive4elements.wald.intevation.org