JAL-4152 Remove redundant casts from getInstance usages.
[jalview.git] / src / jalview / bin / Cache.java
index 8a06b7b..ac04bf7 100755 (executable)
@@ -241,7 +241,7 @@ public class Cache implements ApplicationSingletonI
    */
   public static Cache getInstance()
   {
-    return (Cache) ApplicationSingletonProvider.getInstance(Cache.class);
+    return ApplicationSingletonProvider.getInstance(Cache.class);
   }
   /**
    * property giving log4j level for CASTOR loggers