JAL-1648 added unit test for AppCache
[jalview.git] / src / jalview / io / cache / AppCache.java
index fc528ef..9663c98 100644 (file)
@@ -173,7 +173,7 @@ public class AppCache
    * 
    * @return
    */
-  private Hashtable<String, LinkedHashSet<String>> getCacheItems()
+  Hashtable<String, LinkedHashSet<String>> getCacheItems()
   {
     return cacheItems;
   }