foul-magics/Mage.Server/src/main
vraskulin 46d369c8ed Big refactoring (server)
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:47:03 +03:00
..
assembly Assembly fix. 2016-02-26 21:05:21 +03:00
java/mage/server Big refactoring (server) 2017-01-09 19:47:03 +03:00
resources Some changes to client and server logging messages. 2014-08-04 17:21:14 +02:00
xml-resources/jaxb/Config Add MailClient that uses Java Mail API to send emails. Use it instead of Mailgun client. 2016-01-22 21:40:08 +09:00