foul-magics/Mage/src/main/java/mage/target/targetpointer
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
..
FirstTargetPointer.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
FixedTarget.java Creating new ArrayList is unneccesarry 2016-12-19 12:23:23 +03:00
FixedTargets.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
SecondTargetPointer.java Change all line endings to LF 2016-04-14 16:18:01 +00:00
TargetPointer.java Change all line endings to LF 2016-04-14 16:18:01 +00:00