Skip to content

Commit 23a152a

Browse files
committed
don't need @Inject on these anymore
1 parent 7467085 commit 23a152a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proxy/velocity/src/main/java/me/minecraftauth/plugin/velocity/MinecraftAuthVelocity.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ public class MinecraftAuthVelocity {
4444
@Getter private static MinecraftAuthVelocity instance;
4545
@Getter private AuthenticationService service;
4646

47-
@Inject private final ProxyServer server;
48-
@Inject private final Logger logger;
47+
private final ProxyServer server;
48+
private final Logger logger;
4949
private final Path dataDirectory;
5050

5151
@Inject

0 commit comments

Comments
 (0)