temporary test branch -- ignore
authorhansonr <hansonr@STO24954W.ad.stolaf.edu>
Mon, 9 Sep 2019 16:09:11 +0000 (11:09 -0500)
committerhansonr <hansonr@STO24954W.ad.stolaf.edu>
Mon, 9 Sep 2019 16:09:11 +0000 (11:09 -0500)
src/intervalstore/impl/IntervalStore.java

index 9faae7f..d4373a0 100644 (file)
@@ -257,7 +257,7 @@ public class IntervalStore<T extends IntervalI>
 
     findNonNestedOverlaps(from, to, result);
 
-    if (nested != null)
+    if (nested != null && nested.size() > 0)
     {
       nested.findOverlaps(from, to, result);
     }