just for increasing the version number

This commit is contained in:
honfika@gmail.com
2015-02-02 21:54:58 +01:00
parent ba56044ad4
commit 74a101e1ea

View File

@@ -576,9 +576,8 @@ public class DecompiledEditorPane extends LineMarkedEditorPane implements CaretL
}
}
currentMethodHighlight = null;
String name = "";
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();
isStatic = abc.isStaticTraitId(classIndex, lastTraitIndex);
if (currentTrait != null) {