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

svn commit: r565396 - /jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/nodetype/NodeDefImpl.java

Author: stefan
Date: Mon Aug 13 09:21:26 2007
New Revision: 565396

URL: http://svn.apache.org/viewvc?view=rev&rev=565396
Log:
typo

Modified:
    jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/nodetype/NodeDefImpl.java

Modified: jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/nodetype/NodeDefImpl.java
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/nodetype/NodeDefImpl.java?view=diff&rev=565396&r1=565395&r2=565396
==============================================================================
--- jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/nodetype/NodeDefImpl.java (original)
+++ jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/nodetype/NodeDefImpl.java Mon Aug 13 09:21:26 2007
@@ -156,8 +156,8 @@
     /**
      * {@inheritDoc}
      * <p/>
-     * The identifier is computed based on the characteristics of this property
-     * definition, i.e. modifying attributes of this property definition will
+     * The identifier is computed based on the characteristics of this node
+     * definition, i.e. modifying attributes of this node definition will
      * have impact on the identifier returned by this method.
      */
     public NodeDefId getId() {