mage/Mage.Server.Plugins/Mage.Player.AI.MA
vraskulin 2e83930ace Creating new ArrayList is unneccesarry
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
2016-12-19 12:23:23 +03:00
..
config [ai-ma] renamed classes (otherwise classloader uses another classes), added additional logging. 2011-02-11 20:37:08 +03:00
src/mage/player/ai Creating new ArrayList is unneccesarry 2016-12-19 12:23:23 +03:00
pom.xml Xmage 1.4.19 2016-11-27 19:59:42 +01:00