JAL-3261 tidy up get/set properties in Cache, Javadoc, tests
[jalview.git] / src / jalview / gui / LineartOptions.java
index 62bdd35..67b748a 100644 (file)
@@ -188,7 +188,7 @@ public class LineartOptions extends JPanel
     }
     else
     {
-      Cache.removePropertyNoSave(preferencesKey);
+      Cache.removeProperty(preferencesKey);
     }
   }