brain fart

This commit is contained in:
DBotThePony 2024-02-25 15:15:08 +07:00
parent 07c2353911
commit 70782e0fa2
Signed by: DBot
GPG Key ID: DCC23B5715498507
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ kotlin.code.style=official
specifyKotlinAsDependency=false
projectGroup=ru.dbotthepony.kommons
projectVersion=2.9.8
projectVersion=2.9.9
guavaDepVersion=33.0.0
gsonDepVersion=2.8.9

View File

@ -410,7 +410,7 @@ class DelegateSyncher : Observer {
synchronized(it.changelistLock) {
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()