From 57ff91eedc6252bed301c7caf3833e88cde5acd6 Mon Sep 17 00:00:00 2001 From: Gabriele C Date: Tue, 9 Aug 2016 14:56:15 +0200 Subject: [PATCH] Damn git --- .../java/fr/xephi/authme/process/join/AsynchronousJoin.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/java/fr/xephi/authme/process/join/AsynchronousJoin.java b/src/main/java/fr/xephi/authme/process/join/AsynchronousJoin.java index f940e6cc..cbe9bc47 100644 --- a/src/main/java/fr/xephi/authme/process/join/AsynchronousJoin.java +++ b/src/main/java/fr/xephi/authme/process/join/AsynchronousJoin.java @@ -13,7 +13,6 @@ import fr.xephi.authme.output.MessageKey; import fr.xephi.authme.permission.AuthGroupType; import fr.xephi.authme.permission.PlayerStatePermission; import fr.xephi.authme.process.AsynchronousProcess; -import fr.xephi.authme.process.Management; import fr.xephi.authme.process.ProcessService; import fr.xephi.authme.settings.properties.HooksSettings; import fr.xephi.authme.settings.properties.PluginSettings; @@ -67,9 +66,6 @@ public class AsynchronousJoin implements AsynchronousProcess { @Inject private PlayerDataTaskManager playerDataTaskManager; - @Inject - private Management management; - AsynchronousJoin() { }