config manager: correct adding unset keys to pendingChanges
This commit is contained in:
@@ -347,7 +347,7 @@ public class ConfigManager
|
|||||||
|
|
||||||
synchronized (pendingChanges)
|
synchronized (pendingChanges)
|
||||||
{
|
{
|
||||||
pendingChanges.remove(groupName + "." + key);
|
pendingChanges.put(groupName + "." + key, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
Runnable task = () ->
|
Runnable task = () ->
|
||||||
|
|||||||
Reference in New Issue
Block a user