mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-17 15:48:08 +00:00
Spelling fix
This commit is contained in:
@@ -214,7 +214,7 @@ public class PropertyAVM2Item extends AssignableAVM2Item {
|
||||
boolean foundInCallStack = false;
|
||||
|
||||
if (objType == null) {
|
||||
loopcallstack: for (MethodBody b : callStack) {
|
||||
for (MethodBody b : callStack) {
|
||||
for (int i = 0; i < b.traits.traits.size(); i++) {
|
||||
Trait t = b.traits.traits.get(i);
|
||||
if (t.getName(abc).getName(constants, null, true, true).equals(propertyName)) {
|
||||
|
||||
Reference in New Issue
Block a user