- CheckStyle.

This commit is contained in:
Chris
2012-02-26 14:51:57 +00:00
parent 8eab9eb809
commit 32305cf4e3
12 changed files with 62 additions and 62 deletions

View File

@@ -206,6 +206,7 @@ public final class CardEdition implements Comparable<CardEdition> { // immutable
return Singletons.getModel().getFatPacks().contains(subject.getCode());
}
}
/**
* Checks if is legal in format.
*

View File

@@ -157,9 +157,10 @@ public class DeckController<T extends DeckBase> implements IDeckController<T> {
@Override
public void load(final String name) {
T newModel = this.folder.get(name);
if (null != newModel)
if (null != newModel) {
this.setModel((T) newModel.copyTo(name), true);
}
}
/*
* (non-Javadoc)

View File

@@ -27,7 +27,6 @@ public abstract class OpenablePack implements InventoryItemFromSet {
this.name = name0;
}
@Override
public final String getName() {
return this.name + " " + this.getType();

View File

@@ -210,7 +210,6 @@ public final class QuestUtilCards {
}
}
/**
* Buy precon deck.
*