mage/Mage.Common
vraskulin 076840df53 Big refactoring
I used Intellij IDEA to automatically refactor code to achive 3 goals.
1) get rid of anonymouse classes, and replace the with lamba to get more readeable and clean code (like in TableWaitingDialog).
2) make effectively final  variables actually final to avoid inadvertent changes on it in further releases and keep objects as immutable, as possible.
3)  Get rid of unused imports (most of the changes) in whole project classes.
2017-01-09 19:16:53 +03:00
..
config Added sending broadcast message to all users on server from Admin Console. 2012-01-25 19:13:27 +04:00
src/mage Big refactoring 2017-01-09 19:16:53 +03:00
pom.xml Xmage Release 1.4.20V0 2017-01-08 01:36:05 +01:00