mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-13 18:48:18 +00:00
spelling: case
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
ad10dd134a
commit
e9e4cbad79
@@ -789,7 +789,7 @@ public class ActionScript2ClassDetector {
|
||||
}
|
||||
}
|
||||
|
||||
if (constructor != null) { //constructor should be there always, but just in calse
|
||||
if (constructor != null) { //constructor should be there always, but just in case
|
||||
//add constructor as trait
|
||||
traitsStatic.add(0, false);
|
||||
DirectValueActionItem classBaseName = new DirectValueActionItem(classNamePath.get(classNamePath.size() - 1));
|
||||
|
||||
Reference in New Issue
Block a user