brain fart
This commit is contained in:
parent
07c2353911
commit
70782e0fa2
@ -4,7 +4,7 @@ kotlin.code.style=official
|
|||||||
specifyKotlinAsDependency=false
|
specifyKotlinAsDependency=false
|
||||||
|
|
||||||
projectGroup=ru.dbotthepony.kommons
|
projectGroup=ru.dbotthepony.kommons
|
||||||
projectVersion=2.9.8
|
projectVersion=2.9.9
|
||||||
|
|
||||||
guavaDepVersion=33.0.0
|
guavaDepVersion=33.0.0
|
||||||
gsonDepVersion=2.8.9
|
gsonDepVersion=2.8.9
|
||||||
|
@ -410,7 +410,7 @@ class DelegateSyncher : Observer {
|
|||||||
|
|
||||||
synchronized(it.changelistLock) {
|
synchronized(it.changelistLock) {
|
||||||
it.changelist.removeIf { it.key.valueEquals(key) }
|
it.changelist.removeIf { it.key.valueEquals(key) }
|
||||||
it.changelist.add(MapAction(KOptional(keyCodec.copy(key)), KOptional(valueCodec.copy(value)), REMOVE))
|
it.changelist.add(MapAction(KOptional(keyCodec.copy(key)), KOptional(), REMOVE))
|
||||||
}
|
}
|
||||||
|
|
||||||
it.markDirty()
|
it.markDirty()
|
||||||
|
Loading…
Reference in New Issue
Block a user