yoavs 2004/05/26 08:47:41 Modified: catalina/src/share/org/apache/catalina/loader WebappClassLoader.java Log: Minor JavaDoc fixes (Bugzilla 28335) Revision Changes Path 1.34 +3 -3 jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/loader/WebappClassLoader.java Index: WebappClassLoader.java =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/loader/WebappClassLoader.java,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- WebappClassLoader.java 15 Apr 2004 01:44:09 -0000 1.33 +++ WebappClassLoader.java 26 May 2004 15:47:40 -0000 1.34 @@ -1348,7 +1348,7 @@ * directory (if unpacked), * the context URL, and jar file resources. * - * @param CodeSource where the code was loaded from + * @param codeSource where the code was loaded from * @return PermissionCollection for CodeSource */ protected PermissionCollection getPermissions(CodeSource codeSource) { @@ -2042,7 +2042,7 @@ * Check the specified JAR file, and return <code>true</code> if it does * not contain any of the trigger classes. * - * @param jarFile The JAR file to be checked + * @param jarfile The JAR file to be checked * * @exception IOException if an input/output error occurs */
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]