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