mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
Fix a couple warnings
Version bump to 1.5.40.002
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<packaging.type>jar</packaging.type>
|
<packaging.type>jar</packaging.type>
|
||||||
<build.min.memory>-Xms128m</build.min.memory>
|
<build.min.memory>-Xms128m</build.min.memory>
|
||||||
<build.max.memory>-Xmx1024m</build.max.memory>
|
<build.max.memory>-Xmx1024m</build.max.memory>
|
||||||
<alpha-version>1.5.40.001</alpha-version>
|
<alpha-version>1.5.40.002</alpha-version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ import forge.toolbox.*;
|
|||||||
import net.miginfocom.swing.MigLayout;
|
import net.miginfocom.swing.MigLayout;
|
||||||
|
|
||||||
import javax.swing.*;
|
import javax.swing.*;
|
||||||
|
|
||||||
import java.awt.event.ActionEvent;
|
import java.awt.event.ActionEvent;
|
||||||
import java.awt.event.ActionListener;
|
import java.awt.event.ActionListener;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
@@ -34,6 +35,7 @@ public class DialogChooseColors {
|
|||||||
|
|
||||||
private Runnable callback;
|
private Runnable callback;
|
||||||
|
|
||||||
|
@SuppressWarnings("serial")
|
||||||
public DialogChooseColors(final List<Byte> preferredColors, final PoolType poolType, final boolean includeArtifacts) {
|
public DialogChooseColors(final List<Byte> preferredColors, final PoolType poolType, final boolean includeArtifacts) {
|
||||||
|
|
||||||
for (Byte color : preferredColors) {
|
for (Byte color : preferredColors) {
|
||||||
|
|||||||
@@ -34,7 +34,6 @@ import java.util.Map;
|
|||||||
*
|
*
|
||||||
* <br><br><i>(V at beginning of class name denotes a view class.)</i>
|
* <br><br><i>(V at beginning of class name denotes a view class.)</i>
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("FieldCanBeLocal")
|
|
||||||
public enum VSubmenuQuestData implements IVSubmenu<CSubmenuQuestData> {
|
public enum VSubmenuQuestData implements IVSubmenu<CSubmenuQuestData> {
|
||||||
SINGLETON_INSTANCE;
|
SINGLETON_INSTANCE;
|
||||||
|
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ import forge.util.FileUtil;
|
|||||||
import forge.util.Utils;
|
import forge.util.Utils;
|
||||||
|
|
||||||
public class Forge implements ApplicationListener {
|
public class Forge implements ApplicationListener {
|
||||||
public static final String CURRENT_VERSION = "1.5.40.001";
|
public static final String CURRENT_VERSION = "1.5.40.002";
|
||||||
|
|
||||||
private static final ApplicationListener app = new Forge();
|
private static final ApplicationListener app = new Forge();
|
||||||
private static Clipboard clipboard;
|
private static Clipboard clipboard;
|
||||||
|
|||||||
Reference in New Issue
Block a user