JAL-3253-applet JAL-3397 switch back to original (MC) IS+NCList after
authorhansonr <hansonr@STO24954W.ad.stolaf.edu>
Wed, 28 Aug 2019 16:48:01 +0000 (11:48 -0500)
committerhansonr <hansonr@STO24954W.ad.stolaf.edu>
Wed, 28 Aug 2019 16:48:01 +0000 (11:48 -0500)
testing complete.

src/jalview/datamodel/features/SequenceFeatures.java

index 475167f..cb2b8cc 100644 (file)
@@ -74,7 +74,7 @@ public class SequenceFeatures implements SequenceFeaturesI
    */
   private final int INTERVAL_STORE_MODE = (
   // true || //
-  true || Platform.isJS() ? //
+  Platform.isJS() ? //
           INTERVAL_STORE_LINKED_LIST //
           : INTERVAL_STORE_NCLIST//
   );