mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 09:10:48 +00:00
Added Checkstyle to build process and fixing checkstyle to all com.src.jpexs classes
This commit is contained in:
@@ -103,7 +103,7 @@ public class NewTraitDialog extends AppDialog {
|
||||
translate("type.getter"),
|
||||
translate("type.setter"),
|
||||
translate("type.const"),
|
||||
translate("type.slot"),});
|
||||
translate("type.slot")});
|
||||
staticCheckbox = new JCheckBox(translate("checkbox.static"));
|
||||
optionsPanel.add(staticCheckbox);
|
||||
String[] accessStrings = new String[modifiers.length];
|
||||
|
||||
Reference in New Issue
Block a user