mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
2e83930ace
We shouldn't create new arraylist with default size and no element in it to show that no elements found in database. It's one more object in heap, which will be never used. There is special method Collections.emptyList() - it's more readeable and returns empty immutable list |
||
---|---|---|
.. | ||
Mage.Deck.Constructed | ||
Mage.Deck.Limited | ||
Mage.Game.CommanderDuel | ||
Mage.Game.CommanderFreeForAll | ||
Mage.Game.FreeForAll | ||
Mage.Game.MomirDuel | ||
Mage.Game.TinyLeadersDuel | ||
Mage.Game.TwoPlayerDuel | ||
Mage.Player.AI | ||
Mage.Player.AI.DraftBot | ||
Mage.Player.AI.MA | ||
Mage.Player.AIMCTS | ||
Mage.Player.AIMinimax | ||
Mage.Player.Human | ||
Mage.Tournament.BoosterDraft | ||
Mage.Tournament.Constructed | ||
Mage.Tournament.Sealed | ||
pom.xml |