Added cards.

This commit is contained in:
North 2011-08-02 21:48:57 +03:00
parent d33bf20bf0
commit e4620a7295
8 changed files with 364 additions and 5 deletions

View file

@ -160,7 +160,7 @@ public class CardsStorage {
public static List<Card> getNotImplementedCards() {
List<Card> cards = new ArrayList<Card>();
if (notImplementedCards == null) {
if (allCards.size() == 0) {
if (allCards.isEmpty()) {
return cards;
}