mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Fix compile warnings
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package forge.card;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Iterator;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.Map.Entry;
|
||||
|
||||
@@ -129,6 +129,7 @@ public class LimitedDeckBuilder extends DeckGeneratorBase {
|
||||
* the set to take basic lands from (pass 'null' for random).
|
||||
* @return the new Deck.
|
||||
*/
|
||||
@SuppressWarnings("unused")
|
||||
public Deck buildDeck(final String landSetCode) {
|
||||
// 1. Prepare
|
||||
hasColor = Predicates.or(new MatchColorIdentity(colors), COLORLESS_CARDS);
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
*/
|
||||
package forge.match.input;
|
||||
|
||||
import com.google.common.collect.Iterables;
|
||||
import com.google.common.collect.Sets;
|
||||
import forge.events.UiEventAttackerDeclared;
|
||||
import forge.game.GameEntity;
|
||||
|
||||
@@ -5,9 +5,7 @@ import forge.LobbyPlayer;
|
||||
import forge.game.GameOutcome;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.HashMap;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
public class TournamentPairing {
|
||||
private int round;
|
||||
|
||||
@@ -2,7 +2,6 @@ package forge.tournament.system;
|
||||
|
||||
import com.google.common.collect.Lists;
|
||||
|
||||
import java.lang.reflect.Array;
|
||||
import java.util.*;
|
||||
|
||||
@SuppressWarnings("serial")
|
||||
|
||||
Reference in New Issue
Block a user