Config fix
This commit is contained in:
parent
30bde849f8
commit
a2d7a5f7c8
2 changed files with 3 additions and 4 deletions
|
@ -56,7 +56,7 @@ public final class ConfigKeeper {
|
|||
String paramKey = key.getEntry();
|
||||
paramKey += " [default: " + entry.getDefault() + "]";
|
||||
|
||||
this.changed = entry.setLocation(obj, paramKey);
|
||||
this.changed |= entry.setLocation(obj, paramKey);
|
||||
}
|
||||
|
||||
private <T, E extends Entry<T>> void storeValue(E entry, T value) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue