You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by an...@apache.org on 2008/04/15 14:06:25 UTC

svn commit: r648215 - /jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/NodeInfo.java

Author: angela
Date: Tue Apr 15 05:06:22 2008
New Revision: 648215

URL: http://svn.apache.org/viewvc?rev=648215&view=rev
Log:
improve javadoc

Modified:
    jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/NodeInfo.java

Modified: jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/NodeInfo.java
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/NodeInfo.java?rev=648215&r1=648214&r2=648215&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/NodeInfo.java (original)
+++ jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/NodeInfo.java Tue Apr 15 05:06:22 2008
@@ -54,8 +54,9 @@
     /**
      * @return Array of <code>Name</code>s representing the names of mixin nodetypes.
      * This includes only explicitly assigned mixin nodetypes. It does not include
-     * mixin types inherited through the additon of supertypes to the primary
-     * type hierarchy.
+     * mixin types inherited through the addition of supertypes to the primary
+     * type hierarchy. If there are no mixin node types assigned an empty
+     * array will be returned.
      */
     public Name[] getMixins();