fix formatting

This commit is contained in:
Luck 2016-08-31 09:38:47 +01:00
parent 3fd62a80e2
commit ef0c53da82
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B

View File

@ -54,7 +54,7 @@ public class StorageFactory {
plugin.getLog().severe("Storage method for " + e.getKey() + " - " + e.getValue() + " not recognised. " +
"Using the default instead.");
e.setValue(defaultMethod);
});
});
Set<String> neededTypes = new HashSet<>();
neededTypes.addAll(types.values());