From: markt Date: Mon, 21 Feb 2011 12:59:50 +0000 (+0000) Subject: Fix javadoc X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c32ff73665b13cde59531979810952ae80ef46ca;p=tomcat7.0 Fix javadoc git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1072960 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/catalina/startup/ClassLoaderFactory.java b/java/org/apache/catalina/startup/ClassLoaderFactory.java index fab1546c9..149b21f9a 100644 --- a/java/org/apache/catalina/startup/ClassLoaderFactory.java +++ b/java/org/apache/catalina/startup/ClassLoaderFactory.java @@ -140,12 +140,9 @@ public final class ClassLoaderFactory { * Create and return a new class loader, based on the configuration * defaults and the specified directory paths: * - * @param locations Array of strings containing class directories, jar files, - * jar directories or URLS that should be added to the repositories of - * the class loader. The type is given by the member of param types. - * @param types Array of types for the members of param locations. - * Possible values are IS_DIR (class directory), IS_JAR (single jar file), - * IS_GLOB (directory of jar files) and IS_URL (URL). + * @param repositories List of class directories, jar files, jar directories + * or URLS that should be added to the repositories of + * the class loader. * @param parent Parent class loader for the new class loader, or * null for the system class loader. *