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 2006/11/16 19:54:45 UTC

svn commit: r475865 - /jackrabbit/trunk/contrib/spi/jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/state/ChildNodeEntries.java

Author: angela
Date: Thu Nov 16 10:54:45 2006
New Revision: 475865

URL: http://svn.apache.org/viewvc?view=rev&rev=475865
Log:
work in progress

- javadoc referring to removed method

Modified:
    jackrabbit/trunk/contrib/spi/jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/state/ChildNodeEntries.java

Modified: jackrabbit/trunk/contrib/spi/jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/state/ChildNodeEntries.java
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/spi/jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/state/ChildNodeEntries.java?view=diff&rev=475865&r1=475864&r2=475865
==============================================================================
--- jackrabbit/trunk/contrib/spi/jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/state/ChildNodeEntries.java (original)
+++ jackrabbit/trunk/contrib/spi/jcr2spi/src/main/java/org/apache/jackrabbit/jcr2spi/state/ChildNodeEntries.java Thu Nov 16 10:54:45 2006
@@ -517,10 +517,9 @@
 
     /**
      * Returns the matching <code>LinkNode</code> from a list or a single
-     * <code>LinkNode</code>. Note, that in contrast to {@link #getLinkNode(ChildNodeEntry)}
-     * this method will throw <code>NoSuchItemStateException</code> if none of the
-     * entries matches either due to missing entry for given state name or due
-     * to missing availability of the <code>ChildNodeEntry</code>.
+     * <code>LinkNode</code>. This method will throw <code>NoSuchItemStateException</code>
+     * if none of the entries matches either due to missing entry for given
+     * state name or due to missing availability of the <code>ChildNodeEntry</code>.
      *
      * @param nodeState the <code>NodeState</code> that is compared to the
      * resolution of any ChildNodeEntry that matches by name.