mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Fix a couple warnings
Version bump to 1.5.40.002
This commit is contained in:
@@ -9,6 +9,7 @@ import forge.toolbox.*;
|
||||
import net.miginfocom.swing.MigLayout;
|
||||
|
||||
import javax.swing.*;
|
||||
|
||||
import java.awt.event.ActionEvent;
|
||||
import java.awt.event.ActionListener;
|
||||
import java.util.ArrayList;
|
||||
@@ -34,6 +35,7 @@ public class DialogChooseColors {
|
||||
|
||||
private Runnable callback;
|
||||
|
||||
@SuppressWarnings("serial")
|
||||
public DialogChooseColors(final List<Byte> preferredColors, final PoolType poolType, final boolean includeArtifacts) {
|
||||
|
||||
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>
|
||||
*/
|
||||
@SuppressWarnings("FieldCanBeLocal")
|
||||
public enum VSubmenuQuestData implements IVSubmenu<CSubmenuQuestData> {
|
||||
SINGLETON_INSTANCE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user