mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-24 23:00:46 +00:00
just for increasing the version number
This commit is contained in:
@@ -576,9 +576,8 @@ public class DecompiledEditorPane extends LineMarkedEditorPane implements CaretL
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
currentMethodHighlight = null;
|
currentMethodHighlight = null;
|
||||||
String name = "";
|
|
||||||
currentTrait = null;
|
currentTrait = null;
|
||||||
name = abc.instance_info.get(classIndex).getName(abc.constants).getNameWithNamespace(abc.constants, false);
|
String name = abc.instance_info.get(classIndex).getName(abc.constants).getNameWithNamespace(abc.constants, false);
|
||||||
currentTrait = getCurrentTrait();
|
currentTrait = getCurrentTrait();
|
||||||
isStatic = abc.isStaticTraitId(classIndex, lastTraitIndex);
|
isStatic = abc.isStaticTraitId(classIndex, lastTraitIndex);
|
||||||
if (currentTrait != null) {
|
if (currentTrait != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user