kinow commented on a change in pull request #27:
URL: https://github.com/apache/jena-site/pull/27#discussion_r506096005



##########
File path: source/documentation/io/streaming-io.md
##########
@@ -87,7 +87,7 @@ an `StreamRDF` backed by a stream-based writer
 which can be done as:
 
     StreamRDF writer = StreamRDFWriter.getWriterStream(output, lang) ;
-    StreamOps.graphToStream(writer, model.getGraph()) ;
+    StreamRDFOps.graphToStream(writer, model.getGraph()) ;

Review comment:
       @afs this line is not in #22 , but the other line is in #22. 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to