mirror of
https://github.com/revanced/multidexlib2.git
synced 2025-04-30 06:34:31 +02:00
Fix declaration of NO_MAX_COUNT
This commit is contained in:
parent
f5cad9d2d4
commit
d325da1c91
@ -15,7 +15,7 @@ import java.util.NoSuchElementException;
|
|||||||
|
|
||||||
public class DexFileNameIterator implements Iterator<String> {
|
public class DexFileNameIterator implements Iterator<String> {
|
||||||
|
|
||||||
public static int NO_MAX_COUNT = -1;
|
public static final int NO_MAX_COUNT = -1;
|
||||||
|
|
||||||
private final DexFileNamer namer;
|
private final DexFileNamer namer;
|
||||||
private final int maxCount;
|
private final int maxCount;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user