fill CHANGELOG

This commit is contained in:
2020-10-17 17:50:54 +06:00
parent 712ed06b69
commit 82b39baada
2 changed files with 29 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ open class ExposedKeyValueRepo<Key, Value>(
database: Database,
keyColumnAllocator: ColumnAllocator<Key>,
valueColumnAllocator: ColumnAllocator<Value>
) : StandardKeyValueRepo<Key, Value>, ExposedRepo, ExposedReadKeyValueRepo<Key, Value>(
) : StandardKeyValueRepo<Key, Value>, ExposedReadKeyValueRepo<Key, Value>(
database,
keyColumnAllocator,
valueColumnAllocator