Commit 493d3d2c authored by Rohan  Kumar's avatar Rohan Kumar
Browse files

.

parent 3885506f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ public class ObjectSet {
                }
            }

            if (count > (c.pset.size() * threshold)) {
            if (count >= (obj.pset.size() * threshold)) {
                //combine via intersection and return, since we know that we just combined those objects
                obj.pset.retainAll(c.pset);
                return;