Removed deleted argument from InitializeClassPath javadoc

This commit is contained in:
Ben Gruver 2012-10-06 13:56:21 -07:00
parent 671e5c7ea5
commit f4dd5319e9

View File

@ -109,7 +109,6 @@ public class ClassPath {
* @param bootClassPath A list of the boot class path entries to search for and load * @param bootClassPath A list of the boot class path entries to search for and load
* @param dexFilePath The path of the dex file (used for error reporting purposes only) * @param dexFilePath The path of the dex file (used for error reporting purposes only)
* @param dexFile the DexFile to load * @param dexFile the DexFile to load
* @param errorHandler a ClassPathErrorHandler object to receive and handle any errors that occur while loading
* classes * classes
*/ */
public static void InitializeClassPath(String[] classPathDirs, String[] bootClassPath, public static void InitializeClassPath(String[] classPathDirs, String[] bootClassPath,