mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 09:40:43 +00:00
cleanup with "Inspect and Transform"
This commit is contained in:
@@ -123,7 +123,7 @@ public class Action implements GraphSourceItem {
|
||||
"_ymouse"
|
||||
};
|
||||
public static final List<String> propertyNamesList = Arrays.asList(propertyNames);
|
||||
private static Logger logger = Logger.getLogger(Action.class.getName());
|
||||
private static final Logger logger = Logger.getLogger(Action.class.getName());
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
|
||||
Reference in New Issue
Block a user