You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2002/03/01 15:31:22 UTC

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/classloader RepositoryClassLoader.java

vgritsenko    02/03/01 06:31:22

  Modified:    src/java/org/apache/cocoon/components/classloader
                        RepositoryClassLoader.java
  Log:
  Fix javadoc errors
  
  Revision  Changes    Path
  1.6       +3 -3      xml-cocoon2/src/java/org/apache/cocoon/components/classloader/RepositoryClassLoader.java
  
  Index: RepositoryClassLoader.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/classloader/RepositoryClassLoader.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- RepositoryClassLoader.java	22 Feb 2002 07:00:06 -0000	1.5
  +++ RepositoryClassLoader.java	1 Mar 2002 14:31:22 -0000	1.6
  @@ -70,7 +70,7 @@
    *
    * @author <a href="mailto:ricardo@apache.org">Ricardo Rocha</a>
    * @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a>
  - * @version CVS $Id: RepositoryClassLoader.java,v 1.5 2002/02/22 07:00:06 cziegeler Exp $
  + * @version CVS $Id: RepositoryClassLoader.java,v 1.6 2002/03/01 14:31:22 vgritsenko Exp $
    */
   public class RepositoryClassLoader extends URLClassLoader implements Loggable {
   
  @@ -128,7 +128,7 @@
      * Add a directory to the list of searchable repositories.
      * This methods ensures that no directory is specified more than once.
      *
  -   * @param directoryName The path directory
  +   * @param repository The directory path
      * @exception IOException Non-existent, non-readable or non-directory
      * repository
      */
  @@ -145,7 +145,7 @@
      * Add a directory to the list of searchable repositories.
      * This methods ensures that no directory is specified more than once.
      *
  -   * @param directoryName The path directory
  +   * @param repository The directory path
      * @exception IOException Non-existent, non-readable or non-directory
      * repository
      */
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org