diff --git a/brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/builder/MutableMethodImplementation.java b/brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/builder/MutableMethodImplementation.java index a3bfbd89..d536451f 100644 --- a/brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/builder/MutableMethodImplementation.java +++ b/brut.apktool.smali/dexlib2/src/main/java/org/jf/dexlib2/builder/MutableMethodImplementation.java @@ -96,8 +96,8 @@ public class MutableMethodImplementation implements MethodImplementation { index++; } - // the switch instructions must be converted last, so that any switch statements that refer to them have - // created the referring labels that we look for + // the switch payload instructions must be converted last, so that any switch statements that refer to them + // have created the referring labels that we look for for (Task switchPayloadTask: switchPayloadTasks) { switchPayloadTask.perform(); }