naturzukunft commented on code in PR #328: URL: https://github.com/apache/commons-rdf/pull/328#discussion_r2084583593
########## commons-rdf-api/src/main/java/org/apache/commons/rdf/api/GraphLike.java: ########## @@ -102,5 +102,4 @@ public interface GraphLike<T extends TripleLike> { * @return A {@link Stream} of {@link TripleLike} statements. */ Stream<? extends T> stream(); - Review Comment: done ########## commons-rdf-api/src/test/java/org/apache/commons/rdf/api/DummyGraphTest.java: ########## @@ -83,5 +83,4 @@ public void testStreamFiltered() throws Exception { graph.stream(new DummyIRI(1), new DummyIRI(2), new DummyIRI(3)).findAny().get()); assertFalse(graph.stream(new DummyIRI(0), new DummyIRI(0), new DummyIRI(0)).findAny().isPresent()); } - 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