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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user