Github user afs commented on a diff in the pull request:

    https://github.com/apache/jena/pull/202#discussion_r95606345
  
    --- Diff: 
jena-base/src/main/java/org/apache/jena/atlas/lib/CollectionUtils.java ---
    @@ -22,12 +22,7 @@
     
     public class CollectionUtils
     {   
    -    public static <T> boolean disjoint(Collection<T> c1, Collection<T> c2)
    -    {
    -           return c1.stream().noneMatch(c2::contains);
    -    }
    -    
    -    /** Test for same elements, regarless of cardinality */ 
    +    /** Test for same elements, regardless of cardinality */ 
         public static <T> boolean sameElts(Collection<T> left, Collection<T> 
right) {
    --- End diff --
    
    I was responding to the suggested of dropping it (in 8/Jan 15:33 GMT).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to