mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-22 02:26:00 +01:00
Fix typo
This commit is contained in:
parent
5271025933
commit
77b7854d0f
@ -263,7 +263,7 @@ public synchronized Storage getStorage(String storageId) throws ConfigurationExc
|
||||
storage = storageConfig.createStorage();
|
||||
storage.initialize();
|
||||
} catch (Exception ex) {
|
||||
throw new ConfigurationException("Failed to load and initialize the storage '" + storageId + "' for!",
|
||||
throw new ConfigurationException("Failed to load and initialize the storage '" + storageId + "'!",
|
||||
ex);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user