You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commonsrdf.apache.org by st...@apache.org on 2016/10/28 13:08:27 UTC

[49/50] [abbrv] incubator-commonsrdf git commit: typo it's -> its

typo it's -> its


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

Branch: refs/heads/COMMONSRDF-7
Commit: e0dc34ade393f6ccb5f3de384cdbb3889f2e7cbb
Parents: 2efe1ab
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Fri Oct 28 11:46:20 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Fri Oct 28 11:46:20 2016 +0100

----------------------------------------------------------------------
 api/src/main/java/org/apache/commons/rdf/api/Quad.java    | 2 +-
 api/src/main/java/org/apache/commons/rdf/api/RDFTerm.java | 2 +-
 api/src/main/java/org/apache/commons/rdf/api/Triple.java  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/e0dc34ad/api/src/main/java/org/apache/commons/rdf/api/Quad.java
----------------------------------------------------------------------
diff --git a/api/src/main/java/org/apache/commons/rdf/api/Quad.java b/api/src/main/java/org/apache/commons/rdf/api/Quad.java
index b2e8ed5..a242ae3 100644
--- a/api/src/main/java/org/apache/commons/rdf/api/Quad.java
+++ b/api/src/main/java/org/apache/commons/rdf/api/Quad.java
@@ -32,7 +32,7 @@ import java.util.Set;
  * February 2014.
  * <p>
  * A {@link Quad} object in Commons RDF is considered <em>immutable</em>, that
- * is, over it's life time it will have consistent behaviour for its
+ * is, over its life time it will have consistent behaviour for its
  * {@link #equals(Object)} and {@link #hashCode()}, and the instances returned
  * from {@link #getGraphName()}, {@link #getSubject()}, {@link #getPredicate()}
  * and {@link #getObject()} will have consistent {@link Object#equals(Object)}

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/e0dc34ad/api/src/main/java/org/apache/commons/rdf/api/RDFTerm.java
----------------------------------------------------------------------
diff --git a/api/src/main/java/org/apache/commons/rdf/api/RDFTerm.java b/api/src/main/java/org/apache/commons/rdf/api/RDFTerm.java
index a277140..47fd432 100644
--- a/api/src/main/java/org/apache/commons/rdf/api/RDFTerm.java
+++ b/api/src/main/java/org/apache/commons/rdf/api/RDFTerm.java
@@ -28,7 +28,7 @@ import java.util.Set;
  * Abstract Syntax</a>, a W3C Recommendation published on 25 February 2014.
  * <p>
  * A {@link RDFTerm} object in Commons RDF is considered <em>immutable</em>,
- * that is, over it's life time it will have consistent behaviour for its
+ * that is, over its life time it will have consistent behaviour for its
  * {@link #equals(Object)} and {@link #hashCode()}, and objects returned from
  * its getter methods (e.g. {@link IRI#getIRIString()} and
  * {@link Literal#getLanguageTag()}) will have consistent

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/e0dc34ad/api/src/main/java/org/apache/commons/rdf/api/Triple.java
----------------------------------------------------------------------
diff --git a/api/src/main/java/org/apache/commons/rdf/api/Triple.java b/api/src/main/java/org/apache/commons/rdf/api/Triple.java
index 57934fa..51c4a39 100644
--- a/api/src/main/java/org/apache/commons/rdf/api/Triple.java
+++ b/api/src/main/java/org/apache/commons/rdf/api/Triple.java
@@ -29,7 +29,7 @@ import java.util.Set;
  * Abstract Syntax</a>, a W3C Recommendation published on 25 February 2014.<br>
  * <p>
  * A {@link Triple} object in Commons RDF is considered <em>immutable</em>, that
- * is, over it's life time it will have consistent behaviour for its
+ * is, over its life time it will have consistent behaviour for its
  * {@link #equals(Object)} and {@link #hashCode()}, and the {@link RDFTerm}
  * instances returned from {@link #getSubject()}, {@link #getPredicate()} and
  * {@link #getObject()} will have consistent {@link RDFTerm#equals(Object)}