JAL-2418 source formatting
[jalview.git] / src / jalview / io / cache / AppCache.java
index 091d30e..4514948 100644 (file)
@@ -1,6 +1,5 @@
 package jalview.io.cache;
 
-
 import jalview.bin.Cache;
 
 import java.util.Hashtable;
@@ -22,8 +21,6 @@ public class AppCache
 
   private static final String DEFAULT_LIMIT_KEY = ".DEFAULT_LIMIT";
 
-
-
   private Hashtable<String, LinkedHashSet<String>> cacheItems;
 
   private AppCache()
@@ -48,7 +45,6 @@ public class AppCache
     return foundCache;
   }
 
-
   /**
    * Returns a singleton instance of AppCache
    * 
@@ -63,8 +59,6 @@ public class AppCache
     return instance;
   }
 
-
-
   /**
    * Method for persisting cache items for a given cache key
    *