mirror of
https://github.com/revanced/smali.git
synced 2025-06-13 04:27:38 +02:00
Removed deleted argument from InitializeClassPath javadoc
This commit is contained in:
@ -109,7 +109,6 @@ public class ClassPath {
|
||||
* @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 dexFile the DexFile to load
|
||||
* @param errorHandler a ClassPathErrorHandler object to receive and handle any errors that occur while loading
|
||||
* classes
|
||||
*/
|
||||
public static void InitializeClassPath(String[] classPathDirs, String[] bootClassPath,
|
||||
|
Reference in New Issue
Block a user