Update comments for RDF 1.1 usage.

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

Branch: refs/heads/JENA-507
Commit: 937679d1b75eaeb8102b173e7d77a38201bcc85b
Parents: e601bda
Author: Andy Seaborne <[email protected]>
Authored: Mon Jan 25 13:05:55 2016 +0000
Committer: Andy Seaborne <[email protected]>
Committed: Mon Jan 25 13:05:55 2016 +0000

----------------------------------------------------------------------
 jena-core/src/main/java/org/apache/jena/rdf/model/Literal.java | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/937679d1/jena-core/src/main/java/org/apache/jena/rdf/model/Literal.java
----------------------------------------------------------------------
diff --git a/jena-core/src/main/java/org/apache/jena/rdf/model/Literal.java 
b/jena-core/src/main/java/org/apache/jena/rdf/model/Literal.java
index 02349e4..6e53f94 100644
--- a/jena-core/src/main/java/org/apache/jena/rdf/model/Literal.java
+++ b/jena-core/src/main/java/org/apache/jena/rdf/model/Literal.java
@@ -64,14 +64,12 @@ public interface Literal extends RDFNode {
     public Object getValue();
     
     /**
-     * Return the datatype of the literal. This will be null in the
-     * case of plain literals.
+     * Return the datatype of the literal.
      */
     public RDFDatatype getDatatype();
      
     /**
-     * Return the uri of the datatype of the literal. This will be null in the
-     * case of plain literals.
+     * Return the uri of the datatype of the literal.
      */
     public String getDatatypeURI();
     

Reply via email to