You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by mr...@apache.org on 2004/10/09 13:24:22 UTC

svn commit: rev 54158 - incubator/jackrabbit/trunk/src/test/org/apache/jackrabbit/test/api

Author: mreutegg
Date: Sat Oct  9 04:24:20 2004
New Revision: 54158

Modified:
   incubator/jackrabbit/trunk/src/test/org/apache/jackrabbit/test/api/GetAncestorTest.java
Log:
- adjusted javadoc.

Modified: incubator/jackrabbit/trunk/src/test/org/apache/jackrabbit/test/api/GetAncestorTest.java
==============================================================================
--- incubator/jackrabbit/trunk/src/test/org/apache/jackrabbit/test/api/GetAncestorTest.java	(original)
+++ incubator/jackrabbit/trunk/src/test/org/apache/jackrabbit/test/api/GetAncestorTest.java	Sat Oct  9 04:24:20 2004
@@ -20,7 +20,7 @@
 import javax.jcr.*;
 
 /**
- * Test cases for <code>Item</code>.
+ * Test cases for <code>Item.getAncestor(int)</code>.
  *
  * @test
  * @sources GetAncestorTest.java