Repository: commons-rdf Updated Branches: refs/heads/master 092c465f9 -> 64185d21b
The the patrol. Project: http://git-wip-us.apache.org/repos/asf/commons-rdf/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rdf/commit/64185d21 Tree: http://git-wip-us.apache.org/repos/asf/commons-rdf/tree/64185d21 Diff: http://git-wip-us.apache.org/repos/asf/commons-rdf/diff/64185d21 Branch: refs/heads/master Commit: 64185d21b51d1ed32c419f443f804ae2e09ee5f8 Parents: 092c465 Author: Gary Gregory <garydgreg...@gmail.com> Authored: Sat Jun 16 15:49:37 2018 -0600 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Sat Jun 16 15:49:37 2018 -0600 ---------------------------------------------------------------------- .../src/main/java/org/apache/commons/rdf/api/Dataset.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rdf/blob/64185d21/commons-rdf-api/src/main/java/org/apache/commons/rdf/api/Dataset.java ---------------------------------------------------------------------- diff --git a/commons-rdf-api/src/main/java/org/apache/commons/rdf/api/Dataset.java b/commons-rdf-api/src/main/java/org/apache/commons/rdf/api/Dataset.java index 22135b5..3c0e568 100644 --- a/commons-rdf-api/src/main/java/org/apache/commons/rdf/api/Dataset.java +++ b/commons-rdf-api/src/main/java/org/apache/commons/rdf/api/Dataset.java @@ -123,7 +123,7 @@ public interface Dataset extends AutoCloseable, GraphLike<Quad> { /** * Get a named graph in this dataset. * <p> - * The {@link Triple}s of the named graph are equivalent to the the Quads of + * The {@link Triple}s of the named graph are equivalent to the Quads of * this Dataset which has the {@link Quad#getGraphName()} equal to the * provided <code>graphName</code>, or equal to {@link Optional#empty()} if * the provided <code>graphName</code> is <code>null</code>.