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:[EMAIL PROTECTED]">Ricardo Rocha</a>
* @author <a href="mailto:[EMAIL PROTECTED]">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: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]