JAL-3397 JAL-3253-applet
authorhansonr <hansonr@STO24954W.ad.stolaf.edu>
Tue, 27 Aug 2019 03:12:33 +0000 (22:12 -0500)
committerhansonr <hansonr@STO24954W.ad.stolaf.edu>
Tue, 27 Aug 2019 03:12:33 +0000 (22:12 -0500)
TEMPORARY disabling of NCList due to incompatibility with API in TestNG.

src/jalview/datamodel/features/SequenceFeatures.java

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