mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- CheckStyle.
This commit is contained in:
@@ -70,7 +70,7 @@ public enum CDev implements ICDoc {
|
||||
private final MouseListener madLife = new MouseAdapter() { @Override
|
||||
public void mousePressed(final MouseEvent e) {
|
||||
GuiDisplayUtil.devModeSetLife(); } };
|
||||
|
||||
|
||||
private final MouseListener madBreakpoint = new MouseAdapter() { @Override
|
||||
public void mousePressed(final MouseEvent e) {
|
||||
GuiDisplayUtil.devModeBreakpoint(); } };
|
||||
|
||||
@@ -212,7 +212,7 @@ public enum VDev implements IVDoc {
|
||||
public DevLabel getLblSetLife() {
|
||||
return this.lblSetLife;
|
||||
}
|
||||
|
||||
|
||||
public DevLabel getLblBreakpoint() {
|
||||
return this.lblBreakpoint;
|
||||
}
|
||||
|
||||
@@ -45,7 +45,7 @@ public final class Main {
|
||||
public static void main(final String[] args) {
|
||||
//Possible solution to "Comparison method violates it's general contract!" crash
|
||||
System.setProperty("java.util.Arrays.useLegacyMergeSort", "true");
|
||||
|
||||
|
||||
ExceptionHandler.registerErrorHandling();
|
||||
|
||||
Singletons.setModel(FModel.SINGLETON_INSTANCE);
|
||||
|
||||
Reference in New Issue
Block a user