JAL-3253 preliminary static fixes for JavaScript
[jalview.git] / test / jalview / io / FeaturesFileTest.java
index 77c18db..fdef53d 100644 (file)
@@ -71,7 +71,7 @@ public class FeaturesFileTest
      * remove any sequence mappings created so they don't pollute other tests
      */
     StructureSelectionManager ssm = StructureSelectionManager
-            .getStructureSelectionManager(Desktop.instance);
+            .getStructureSelectionManager(Desktop.getInstance());
     ssm.resetAll();
   }