spelling: case

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-10-29 16:55:43 +01:00
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));