mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-21 05:50:18 +08:00
Removed duplicate class variable in ServerInfoSystem
logger is already defined in InfoSystem
This commit is contained in:
parent
9801aa584b
commit
bfd0cb4957
@ -39,8 +39,6 @@ import javax.inject.Singleton;
|
||||
@Singleton
|
||||
public class ServerInfoSystem extends InfoSystem {
|
||||
|
||||
private final PluginLogger logger;
|
||||
|
||||
@Inject
|
||||
public ServerInfoSystem(
|
||||
ConnectionSystem connectionSystem,
|
||||
@ -50,7 +48,6 @@ public class ServerInfoSystem extends InfoSystem {
|
||||
PluginLogger logger
|
||||
) {
|
||||
super(infoRequestFactory, connectionSystem, serverInfo, webServer, logger);
|
||||
this.logger = logger;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user