Code householding - remove legacy settings and TODO messages

- Remove fields in legacy settings that are now unused
- Remove various irrelevant todo messages
- Reduce visibility on some elements
This commit is contained in:
ljacqu
2016-05-24 18:59:01 +02:00
parent e54cd526de
commit 6341d00df0
6 changed files with 32 additions and 48 deletions
@@ -52,7 +52,6 @@ public class ProcessSyncPlayerLogin implements SynchronousProcess {
private BukkitService bukkitService;
@Inject
// TODO ljacqu 20160520: Need to check whether we want to inject PluginManager, or some intermediate service
private PluginManager pluginManager;
private final boolean restoreCollisions = MethodUtils
@@ -37,7 +37,7 @@ public class ProcessSyncEmailRegister implements SynchronousProcess {
@Inject
private AuthMe authMe;
public ProcessSyncEmailRegister() { }
ProcessSyncEmailRegister() { }
public void processEmailRegister(Player player) {
final String name = player.getName().toLowerCase();