Author: cziegeler
Date: Wed Dec 19 06:59:24 2007
New Revision: 605563

URL: http://svn.apache.org/viewvc?rev=605563&view=rev
Log:
Fix javadocs.

Modified:
    
incubator/sling/trunk/jcr/resource/src/test/java/org/apache/sling/jcr/resource/testhelper/RepositoryUtil.java

Modified: 
incubator/sling/trunk/jcr/resource/src/test/java/org/apache/sling/jcr/resource/testhelper/RepositoryUtil.java
URL: 
http://svn.apache.org/viewvc/incubator/sling/trunk/jcr/resource/src/test/java/org/apache/sling/jcr/resource/testhelper/RepositoryUtil.java?rev=605563&r1=605562&r2=605563&view=diff
==============================================================================
--- 
incubator/sling/trunk/jcr/resource/src/test/java/org/apache/sling/jcr/resource/testhelper/RepositoryUtil.java
 (original)
+++ 
incubator/sling/trunk/jcr/resource/src/test/java/org/apache/sling/jcr/resource/testhelper/RepositoryUtil.java
 Wed Dec 19 06:59:24 2007
@@ -79,7 +79,7 @@
     /**
      * Stop a repository.
      *
-     * @throws RepositoryException when it is not possible to stop the
+     * @throws NamingException when it is not possible to stop the
      *             repository
      * @throws NamingException
      */
@@ -92,7 +92,7 @@
      * Get a repository
      *
      * @return a JCR repository reference
-     * @throws RepositoryException when it is not possible to get the
+     * @throws NamingException when it is not possible to get the
      *             repository. Before calling this method, the repository has 
to
      *             be registered (@see 
RepositoryUtil#registerRepository(String,
      *             String, String)


Reply via email to