naturzukunft commented on code in PR #328: URL: https://github.com/apache/commons-rdf/pull/328#discussion_r2084583287
########## commons-rdf-api/src/main/java/org/apache/commons/rdf/api/Graph.java: ########## @@ -321,5 +321,4 @@ default Iterable<Triple> iterate(final BlankNodeOrIRI subject, final IRI predica * @since 0.3.0-incubating */ Stream<? extends Triple> stream(BlankNodeOrIRI subject, IRI predicate, RDFTerm object); - Review Comment: done -- 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. To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org