From: hansonr Date: Wed, 28 Aug 2019 04:49:52 +0000 (-0500) Subject: JAL-3253-applet JAL-3423 Windows TestNG X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=27b0df2e1c37d831297ae41e606a59a71567d12f JAL-3253-applet JAL-3423 Windows TestNG Bob bug found in IntervalStore-noNCList --- diff --git a/src/intervalstore/nonc/IntervalStore.java b/src/intervalstore/nonc/IntervalStore.java index 1ea9ee0..55d29e8 100644 --- a/src/intervalstore/nonc/IntervalStore.java +++ b/src/intervalstore/nonc/IntervalStore.java @@ -619,7 +619,7 @@ public class IntervalStore { result = new ArrayList<>(); } - switch (intervalCount) + switch (intervalCount + added) { case 0: return result; @@ -823,7 +823,7 @@ public class IntervalStore @Override public String prettyPrint() { - switch (intervalCount) + switch (intervalCount + added) { case 0: return "";