Repository: jena
Updated Branches:
  refs/heads/master 1c1325c56 -> 6719a07cd


Fix typos in Javadoc for Resource


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/6719a07c
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/6719a07c
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/6719a07c

Branch: refs/heads/master
Commit: 6719a07cdc4e59ae1dd3cb4cc4c4a20297b455c2
Parents: 1c1325c
Author: Bruno P. Kinoshita <[email protected]>
Authored: Thu Mar 30 22:20:54 2017 +1300
Committer: Bruno P. Kinoshita <[email protected]>
Committed: Thu Mar 30 22:20:54 2017 +1300

----------------------------------------------------------------------
 .../src/main/java/org/apache/jena/rdf/model/Resource.java      | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/6719a07c/jena-core/src/main/java/org/apache/jena/rdf/model/Resource.java
----------------------------------------------------------------------
diff --git a/jena-core/src/main/java/org/apache/jena/rdf/model/Resource.java 
b/jena-core/src/main/java/org/apache/jena/rdf/model/Resource.java
index b1f66cb..aaa7245 100644
--- a/jena-core/src/main/java/org/apache/jena/rdf/model/Resource.java
+++ b/jena-core/src/main/java/org/apache/jena/rdf/model/Resource.java
@@ -107,7 +107,7 @@ public interface Resource extends RDFNode {
      *
      * <p>A resource can only be equal to another resource.
      * If both resources are not anonymous, then they are equal if the URI's 
are
-     * equal.  If both resources are anonymous, they are equal only if there 
Id's
+     * equal.  If both resources are anonymous, they are equal only if their 
Id's
      * are the same.  If one resource is anonymous and the other is not, then 
they
      * are not equal.</p>
      * @param o The object to be compared.
@@ -152,7 +152,7 @@ public interface Resource extends RDFNode {
 
     /** Answer some statement (this, p, O), in language <code>lang</code>, in 
the
      * associated model. If there are several such statements, any one of them 
may be
-     * returned. If no such statements exist, null is returned - in this is 
differs
+     * returned. If no such statements exist, null is returned - in this it 
differs
      * from getRequiredProperty.
      * @param p The property sought.
      * @param lang The language of the property sought.
@@ -169,7 +169,7 @@ public interface Resource extends RDFNode {
      */
     public StmtIterator listProperties( Property p );
     
-    /** Return an iterator over all the properties of this resource with a 
specific langauge.
+    /** Return an iterator over all the properties of this resource with a 
specific language.
     *
     * <p>The model associated with this resource is searched and an iterator is
     * returned which iterates over all the statements which have this resource

Reply via email to