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