mirror of
https://github.com/revanced/multidexlib2.git
synced 2025-05-01 15:14:30 +02:00
Cosmetic
This commit is contained in:
parent
b8c145ec66
commit
7b27d0ca5a
@ -140,7 +140,7 @@ public class DexIO {
|
||||
false;
|
||||
if (overflow) {
|
||||
if (fileClassCount <= minMainDexClassCount) throw new DexPoolOverflowException(
|
||||
"Dex pool overflowed while writing type " + (fileClassCount) +
|
||||
"Dex pool overflowed while writing type " + fileClassCount +
|
||||
" of " + minMainDexClassCount);
|
||||
if (fileClassCount == 1) throw new DexPoolOverflowException(
|
||||
"Type too big for dex pool: " + currentClass.getType());
|
||||
|
Loading…
x
Reference in New Issue
Block a user