From: hansonr Date: Mon, 9 Sep 2019 16:09:11 +0000 (-0500) Subject: temporary test branch -- ignore X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=ec0cde79c9d310d10f257b09d9b1f5cd2af6d1dc temporary test branch -- ignore --- diff --git a/src/intervalstore/impl/IntervalStore.java b/src/intervalstore/impl/IntervalStore.java index 9faae7f..d4373a0 100644 --- a/src/intervalstore/impl/IntervalStore.java +++ b/src/intervalstore/impl/IntervalStore.java @@ -257,7 +257,7 @@ public class IntervalStore findNonNestedOverlaps(from, to, result); - if (nested != null) + if (nested != null && nested.size() > 0) { nested.findOverlaps(from, to, result); }