mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- CheckStyle.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user