mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-29 02:21:41 +00:00
Add and apply spotless. (#85)
* Adding spotless dependency. * Applying spotless. * Changing tab size to 4 spaces.
This commit is contained in:
@@ -2,18 +2,18 @@ package com.chameleonvision.common.configuration;
|
||||
|
||||
public class ConfigManager {
|
||||
|
||||
private final ConfigFolder rootFolder;
|
||||
private final ConfigFolder rootFolder;
|
||||
|
||||
protected ConfigManager() {
|
||||
protected ConfigManager() {
|
||||
|
||||
rootFolder = new ConfigFolder("");
|
||||
}
|
||||
rootFolder = new ConfigFolder("");
|
||||
}
|
||||
|
||||
private static class SingletonHolder {
|
||||
private static final ConfigManager INSTANCE = new ConfigManager();
|
||||
}
|
||||
private static class SingletonHolder {
|
||||
private static final ConfigManager INSTANCE = new ConfigManager();
|
||||
}
|
||||
|
||||
public static ConfigManager getInstance() {
|
||||
return SingletonHolder.INSTANCE;
|
||||
}
|
||||
public static ConfigManager getInstance() {
|
||||
return SingletonHolder.INSTANCE;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user