Merge branch 'JAL-4152-typed-singleton-provider' into mmw/Release_2_12_ws_merge
[jalview.git] / src / jalview / io / gff / SequenceOntologyFactory.java
index 08a2c6a..70c63ec 100644 (file)
@@ -44,7 +44,7 @@ public class SequenceOntologyFactory implements ApplicationSingletonI
    */
   private static synchronized SequenceOntologyFactory getInstance()
   {
-    return (SequenceOntologyFactory) ApplicationSingletonProvider
+    return ApplicationSingletonProvider
             .getInstance(SequenceOntologyFactory.class);
   }