resize fixes

This commit is contained in:
honfika@gmail.com
2015-05-06 13:13:23 +02:00
parent c1c52df922
commit 0c25996d76
3 changed files with 34 additions and 20 deletions

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
}