foul-magics/Mage.Server/src/main/java/mage/server/tournament
vraskulin f60ebfbb1f All 1-character strings converted to primitives
"b" + "r" now changed to 'b' + 'w'.  It's more straight-forward, and may cause perfomance improvements - character primitives allocation is faster and less expensive than string creation.
2017-02-06 14:32:51 +03:00
..
TournamentController.java All 1-character strings converted to primitives 2017-02-06 14:32:51 +03:00
TournamentFactory.java All 1-character strings converted to primitives 2017-02-06 14:32:51 +03:00
TournamentManager.java replaced jboss Logger usage with log4j 2015-05-06 00:38:29 +02:00
TournamentSession.java Introducing Optionals 2017-01-14 21:52:40 +01:00