You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2017/07/10 12:42:09 UTC

[4/5] jena git commit: Update javadoc

Update javadoc


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

Branch: refs/heads/master
Commit: 254fcfd075cd4d292ab05998c93ce09a02e66671
Parents: 12db8b9
Author: Andy Seaborne <an...@apache.org>
Authored: Mon Jul 10 13:33:09 2017 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Mon Jul 10 13:33:09 2017 +0100

----------------------------------------------------------------------
 jena-core/src/main/java/org/apache/jena/graph/Node.java | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/254fcfd0/jena-core/src/main/java/org/apache/jena/graph/Node.java
----------------------------------------------------------------------
diff --git a/jena-core/src/main/java/org/apache/jena/graph/Node.java b/jena-core/src/main/java/org/apache/jena/graph/Node.java
index 67c7dab..2251767 100644
--- a/jena-core/src/main/java/org/apache/jena/graph/Node.java
+++ b/jena-core/src/main/java/org/apache/jena/graph/Node.java
@@ -237,9 +237,8 @@ public abstract class Node implements Serializable {
      * Test that two nodes are semantically equivalent.
      * In some cases this may be the same as equals, in others
      * equals is stricter. For example, two xsd:int literals with
-     * the same value but different language tag are semantically
-     * equivalent but distinguished by the java equality function
-     * in order to support round-tripping.
+     * the same value but different lexical form are semantically
+     * equivalent but distinguished by the java equals function.
      * <p>Default implementation is to use equals, subclasses should
      * override this.</p>
      */