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

    https://github.com/apache/jena/pull/463#discussion_r210855919
  
    --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/util/NodeUtils.java 
---
    @@ -105,15 +102,23 @@ public String accept(Node x) {
             Iterator<String> conv = new MapFilterIterator<>(mapper, eIter) ;
             return conv ;
         }
    -
    -    /** Convert IRI String to Node */  
    -    public static Set<Node> convertToNodes(Collection<String> uris) {
    -        Set<Node> nodes = new HashSet<>() ;
    -        for ( String x : uris )
    -            nodes.add(NodeFactory.createURI(x)) ;
    -        return nodes ;
    +    
    --- End diff --
    
    Nit-pick! Some spaces were left behind.


---

Reply via email to