You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commonsrdf.apache.org by an...@apache.org on 2015/03/30 03:10:07 UTC

[13/18] incubator-commonsrdf git commit: Change "does not" for Graph duplicates to "SHOULD NOT" for clarity and permissivity for implementations that cannot guarantee "MUST NOT" levels of surety for duplicates.

Change "does not" for Graph duplicates to "SHOULD NOT" for clarity and
permissivity for implementations that cannot guarantee "MUST NOT" levels
of surety for duplicates.

Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/32ee522c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/32ee522c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/32ee522c

Branch: refs/heads/master
Commit: 32ee522cc22ae9aff78f3f8977b7f5d32e05c6af
Parents: 08bb8c6
Author: Peter Ansell <p_...@yahoo.com>
Authored: Sat Mar 28 21:26:19 2015 +1100
Committer: Peter Ansell <p_...@yahoo.com>
Committed: Sat Mar 28 21:26:19 2015 +1100

----------------------------------------------------------------------
 api/src/main/java/org/apache/commons/rdf/api/Graph.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/32ee522c/api/src/main/java/org/apache/commons/rdf/api/Graph.java
----------------------------------------------------------------------
diff --git a/api/src/main/java/org/apache/commons/rdf/api/Graph.java b/api/src/main/java/org/apache/commons/rdf/api/Graph.java
index 0ca3929..c4097b6 100644
--- a/api/src/main/java/org/apache/commons/rdf/api/Graph.java
+++ b/api/src/main/java/org/apache/commons/rdf/api/Graph.java
@@ -126,7 +126,7 @@ public interface Graph extends AutoCloseable {
 	/**
 	 * Get all triples contained by the graph.<br>
 	 * <p>
-	 * The iteration does not contain any duplicate triples, as determined by
+	 * The iteration SHOULD NOT contain any duplicate triples, as determined by
 	 * the equals method for each {@link Triple}.
 	 * <p>
 	 * The behaviour of the Stream is not specified if add, remove, or clear,