mirror of
https://github.com/revanced/Apktool.git
synced 2025-02-09 02:26:47 +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++;
|
index++;
|
||||||
}
|
}
|
||||||
|
|
||||||
// the switch instructions must be converted last, so that any switch statements that refer to them have
|
// the switch payload instructions must be converted last, so that any switch statements that refer to them
|
||||||
// created the referring labels that we look for
|
// have created the referring labels that we look for
|
||||||
for (Task switchPayloadTask: switchPayloadTasks) {
|
for (Task switchPayloadTask: switchPayloadTasks) {
|
||||||
switchPayloadTask.perform();
|
switchPayloadTask.perform();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user