You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2014/12/01 17:03:54 UTC

[10/19] jena git commit: Javadoc fix.

Javadoc fix.

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

Branch: refs/heads/hadoop-rdf
Commit: 3941e7ed67d3f57aa9c333baa8072fd11901ce8a
Parents: bc2d445
Author: Andy Seaborne <an...@apache.org>
Authored: Sun Nov 30 11:46:06 2014 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Sun Nov 30 11:46:06 2014 +0000

----------------------------------------------------------------------
 .../com/hp/hpl/jena/rdf/model/Statement.java    | 24 ++++++++++----------
 1 file changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/3941e7ed/jena-core/src/main/java/com/hp/hpl/jena/rdf/model/Statement.java
----------------------------------------------------------------------
diff --git a/jena-core/src/main/java/com/hp/hpl/jena/rdf/model/Statement.java b/jena-core/src/main/java/com/hp/hpl/jena/rdf/model/Statement.java
index 02cfc56..2bbc268 100644
--- a/jena-core/src/main/java/com/hp/hpl/jena/rdf/model/Statement.java
+++ b/jena-core/src/main/java/com/hp/hpl/jena/rdf/model/Statement.java
@@ -127,7 +127,7 @@ public interface Statement extends FrontsTriple
      *
      * <p>An exception will be thrown if the object is not a Literal.</p>
      * 
-     * @return The object of the statement interpreted as a value of the
+     * @return The object of the statement interpreted as a value of
      * the specified type.
      */    
     public boolean getBoolean() ;
@@ -136,7 +136,7 @@ public interface Statement extends FrontsTriple
      *
      * <p>An exception will be thrown if the object is not a Literal.</p>
      * 
-     * @return The object of the statement interpreted as a value of the
+     * @return The object of the statement interpreted as a value of
      * the specified type.
      */    
     public byte getByte() ;
@@ -145,7 +145,7 @@ public interface Statement extends FrontsTriple
      *
      * <p>An exception will be thrown if the object is not a Literal.</p>
      * 
-     * @return The object of the statement interpreted as a value of the
+     * @return The object of the statement interpreted as a value of
      * the specified type.
      */    
     public short getShort() ;
@@ -154,7 +154,7 @@ public interface Statement extends FrontsTriple
      *
      * <p>An exception will be thrown if the object is not a Literal.</p>
      * 
-     * @return The object of the statement interpreted as a value of the
+     * @return The object of the statement interpreted as a value of
      * the specified type.
      */    
     public int getInt() ;
@@ -163,7 +163,7 @@ public interface Statement extends FrontsTriple
      *
      * <p>An exception will be thrown iof the object is not a Literal.</p>
      * 
-     * @return The object of the statement interpreted as a value of the
+     * @return The object of the statement interpreted as a value of
      * the specified type.
      */    
     public long getLong() ;
@@ -172,7 +172,7 @@ public interface Statement extends FrontsTriple
      *
      * <p>An exception will be thrown if the object is not a Literal.</p>
      * 
-     * @return The object of the statement interpreted as a value of the
+     * @return The object of the statement interpreted as a value of
      * the specified type.
      */    
     public char getChar() ;
@@ -181,7 +181,7 @@ public interface Statement extends FrontsTriple
      *
      * <p>An exception will be thrown if the object is not a Literal.</p>
      * 
-     * @return The object of the statement interpreted as a value of the
+     * @return The object of the statement interpreted as a value of
      * the specified type.
      */    
     public float getFloat() ;
@@ -190,7 +190,7 @@ public interface Statement extends FrontsTriple
      *
      * <p>An exception will be thrown if the object is not a Literal.</p>
      * 
-     * @return The object of the statement interpreted as a value of the
+     * @return The object of the statement interpreted as a value of
      * the specified type.
      */    
     public double getDouble() ;
@@ -199,7 +199,7 @@ public interface Statement extends FrontsTriple
      *
      * <p>An exception will be thrown if the object is not a Literal.</p>
      * 
-     * @return The object of the statement interpreted as a value of the
+     * @return The object of the statement interpreted as a value of
      * the specified type.
      */ 
     public String getString() ;
@@ -216,7 +216,7 @@ public interface Statement extends FrontsTriple
      *
      * <p>An exception will be thrown if the object is not a Resource.</p>
      * 
-     * @return The object of the statement interpreted as a value of the
+     * @return The object of the statement interpreted as a value of
      * the specified type.
      */    
     public Bag getBag() ;
@@ -225,7 +225,7 @@ public interface Statement extends FrontsTriple
      *
      * <p>An exception will be thrown if the object is not a Resource.</p>
      * 
-     * @return The object of the statement interpreted as a value of the
+     * @return The object of the statement interpreted as a value of
      * the specified type.
      */    
     public Alt getAlt() ;
@@ -234,7 +234,7 @@ public interface Statement extends FrontsTriple
      *
      * <p>An exception will be thrown if the object is not a Resource.</p>
      * 
-     * @return The object of the statement interpreted as a value of the
+     * @return The object of the statement interpreted as a value of
      * the specified type.
      */    
     public Seq getSeq() ;