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

    https://github.com/apache/jena/pull/95#discussion_r42320974
  
    --- Diff: 
jena-arq/src/main/java/org/apache/jena/sparql/resultset/CSVOutput.java ---
    @@ -114,7 +170,19 @@ else if ( n.isBlank() )
             str = csvSafe(str) ;
             w.write(str) ;
         }
    +    private void output(Writer w, Node n, NodeToLabelMap bnodes, 
StringBuilder cacheBuilder) throws IOException
    +    {
    +        //String str = FmtUtils.stringForNode(n) ;
    --- End diff --
    
    Why not use `FmtUtils::stringForNode` here?


---
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