mirror of
https://github.com/revanced/Apktool.git
synced 2025-02-02 15:17:56 +01:00
Minor comment fix in MutableMethodImplementation
This commit is contained in:
parent
81e6af093b
commit
f6f5fecf18
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user