JAL-3253-applet JAL-3397
[jalview.git] / src / jalview / datamodel / features / FeatureStore.java
index b7cd330..615b340 100644 (file)
@@ -257,9 +257,9 @@ public class FeatureStore
     case INTERVAL_STORE_NCLIST_OBJECT:
       return new intervalstore.impl.IntervalStore<>();
     case INTERVAL_STORE_NCARRAY:
-      return new intervalstore.nonc.IntervalStore<>();
+      return new intervalstore.nonc.IntervalStoreImpl();
     case INTERVAL_STORE_LINKED_LIST:
-      return new intervalstore.nonc.IntervalStore0<>();
+      return new intervalstore.nonc.IntervalStore0Impl();
     }
   }