config fix again:)

This commit is contained in:
honfika@gmail.com
2015-05-06 13:14:22 +02:00
parent 0c25996d76
commit 9ecc944002

View File

@@ -608,7 +608,7 @@ public class Configuration {
@SuppressWarnings("unchecked")
HashMap<String, Object> cfg = (HashMap<String, Object>) ois.readObject();
//return cfg;
return cfg;
} catch (ClassNotFoundException | IOException ex) {
// ignore
}