j2sNative clean-up. Fixes problem with second try of sequence fetching
[jalview.git] / src / jalview / bin / Cache.java
index fda04cb..9dcc949 100755 (executable)
@@ -278,8 +278,7 @@ public class Cache
   /** Default file is ~/.jalview_properties */
   static String propertiesFile;
 
-  private static boolean propsAreReadOnly = Platform.isJS();/// ** @j2sNative
-                                                            /// true || */false;
+  private static boolean propsAreReadOnly = Platform.isJS();
 
   private final static String JS_PROPERTY_PREFIX = "jalview_";