mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-02 16:59:42 +01:00
Spacing
This commit is contained in:
parent
17e8bc105e
commit
8c75e936d6
@ -34,7 +34,8 @@ public abstract class ConfigSystem implements SubSystem {
|
||||
public ConfigSystem(
|
||||
FileSystem fileSystem,
|
||||
PlanConfig config,
|
||||
Theme theme, ErrorHandler errorHandler
|
||||
Theme theme,
|
||||
ErrorHandler errorHandler
|
||||
) {
|
||||
this.fileSystem = fileSystem;
|
||||
this.config = config;
|
||||
|
@ -40,12 +40,12 @@ public class NetworkSettings {
|
||||
private static final String VAL_SPLIT = ";;VALUE;;";
|
||||
|
||||
private final Lazy<PlanConfig> config;
|
||||
private final ServerSpecificSettings serverSpecificSettings;
|
||||
private final Processing processing;
|
||||
private final Lazy<Database> database;
|
||||
private final Lazy<ServerInfo> serverInfo;
|
||||
private final PluginLogger logger;
|
||||
private final ErrorHandler errorHandler;
|
||||
private final ServerSpecificSettings serverSpecificSettings;
|
||||
|
||||
@Inject
|
||||
public NetworkSettings(
|
||||
|
Loading…
Reference in New Issue
Block a user