mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-24 19:46:29 +01:00
Fix accidentally pushed unfinised code >_>
This commit is contained in:
parent
cd3a607022
commit
2d57b1a32a
@ -1,11 +1,10 @@
|
||||
package de.bluecolored.bluemap.common.config;
|
||||
|
||||
import de.bluecolored.bluemap.api.markers.MarkerSet;
|
||||
import de.bluecolored.bluemap.api.debug.DebugDump;
|
||||
import de.bluecolored.bluemap.common.BlueMapConfigProvider;
|
||||
import de.bluecolored.bluemap.common.config.storage.StorageConfig;
|
||||
import de.bluecolored.bluemap.common.serverinterface.ServerInterface;
|
||||
import de.bluecolored.bluemap.core.BlueMap;
|
||||
import de.bluecolored.bluemap.api.debug.DebugDump;
|
||||
import de.bluecolored.bluemap.core.logger.Logger;
|
||||
import de.bluecolored.bluemap.core.util.Tristate;
|
||||
|
||||
@ -274,6 +273,7 @@ private synchronized Map<String, MapConfig> loadMapConfigs() throws Configuratio
|
||||
return mapConfigs;
|
||||
}
|
||||
|
||||
/*
|
||||
private synchronized Map<String, Map<String, MarkerSet>> loadMarkerConfigs() throws ConfigurationException {
|
||||
Map<String, Map<String, MarkerSet>> markerConfigs = new HashMap<>();
|
||||
|
||||
@ -300,6 +300,7 @@ private synchronized Map<String, Map<String, MarkerSet>> loadMarkerConfigs() thr
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
private synchronized Map<String, StorageConfig> loadStorageConfigs(Path defaultWebroot) throws ConfigurationException {
|
||||
Map<String, StorageConfig> storageConfigs = new HashMap<>();
|
||||
|
Loading…
Reference in New Issue
Block a user