Author: markt Date: Fri Nov 10 13:06:39 2006 New Revision: 473473 URL: http://svn.apache.org/viewvc?view=rev&rev=473473 Log: Fix bug 40929. Update JavaDoc
Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/loader/StandardClassLoader.java tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/loader/StandardClassLoader.java URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/loader/StandardClassLoader.java?view=diff&rev=473473&r1=473472&r2=473473 ============================================================================== --- tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/loader/StandardClassLoader.java (original) +++ tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/loader/StandardClassLoader.java Fri Nov 10 13:06:39 2006 @@ -22,23 +22,8 @@ import java.net.URLClassLoader; /** - * Subclass implementation of <b>java.net.URLClassLoader</b> that knows how - * to load classes from disk directories, as well as local and remote JAR - * files. It also implements the <code>Reloader</code> interface, to provide - * automatic reloading support to the associated loader. - * <p> - * In all cases, URLs must conform to the contract specified by - * <code>URLClassLoader</code> - any URL that ends with a "/" character is - * assumed to represent a directory; all other URLs are assumed to be the - * address of a JAR file. - * <p> - * <strong>IMPLEMENTATION NOTE</strong> - Local repositories are searched in - * the order they are added via the initial constructor and/or any subsequent - * calls to <code>addRepository()</code>. - * <p> - * <strong>IMPLEMENTATION NOTE</strong> - At present, there are no dependencies - * from this class to any other Catalina class, so that it could be used - * independently. + * Subclass implementation of <b>java.net.URLClassLoader</b>. There are no + * functional differences between this class and <b>java.net.URLClassLoader</b>. * * @author Craig R. McClanahan * @author Remy Maucherat Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?view=diff&rev=473473&r1=473472&r2=473473 ============================================================================== --- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original) +++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Fri Nov 10 13:06:39 2006 @@ -111,6 +111,10 @@ multi-level context paths and to further discourage use of server.xml (markt) </fix> + <fix> + <bug>40929</bug>: Correct JavaDoc for StandardCalssLoader. (markt) + (markt) + </fix> </changelog> </subsection> <subsection name="Coyote"> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]