mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-25 12:05:13 +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 = storageConfig.createStorage();
|
||||||
storage.initialize();
|
storage.initialize();
|
||||||
} catch (Exception ex) {
|
} 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);
|
ex);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user