You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by tr...@apache.org on 2005/08/09 19:45:48 UTC

svn commit: r231068 - /incubator/jackrabbit/trunk/core/src/java/org/apache/jackrabbit/core/nodetype/NodeTypeRegistry.java

Author: tripod
Date: Tue Aug  9 10:45:43 2005
New Revision: 231068

URL: http://svn.apache.org/viewcvs?rev=231068&view=rev
Log:
- crx-api (work in progress)

Modified:
    incubator/jackrabbit/trunk/core/src/java/org/apache/jackrabbit/core/nodetype/NodeTypeRegistry.java

Modified: incubator/jackrabbit/trunk/core/src/java/org/apache/jackrabbit/core/nodetype/NodeTypeRegistry.java
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/core/src/java/org/apache/jackrabbit/core/nodetype/NodeTypeRegistry.java?rev=231068&r1=231067&r2=231068&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/core/src/java/org/apache/jackrabbit/core/nodetype/NodeTypeRegistry.java (original)
+++ incubator/jackrabbit/trunk/core/src/java/org/apache/jackrabbit/core/nodetype/NodeTypeRegistry.java Tue Aug  9 10:45:43 2005
@@ -1294,9 +1294,11 @@
     }
 
     /**
+     * Returns the nodetype definition for the given nodetype name.
+     *
      * @param nodeTypeName
-     * @return
-     * @throws NoSuchNodeTypeException
+     * @return the nodetype defition.
+     * @throws NoSuchNodeTypeException if the nodetype does not exist
      */
     public synchronized NodeTypeDef getNodeTypeDef(QName nodeTypeName)
             throws NoSuchNodeTypeException {