- CheckStyle.

This commit is contained in:
Chris
2012-02-18 21:23:41 +00:00
parent b4de819f5f
commit 663825c2d3
3 changed files with 6 additions and 7 deletions

View File

@@ -93,8 +93,7 @@ public final class AllZone {
private static CardCollections collections;
public static final CardCollections getDecks() {
if ( null == collections )
{
if (null == collections) {
collections = new CardCollections(ForgeProps.getFile(NewConstants.NEW_DECKS));
}
return collections;