ObjectOpenHashSet в BuilderAdapter read

This commit is contained in:
DBotThePony 2023-01-07 17:05:59 +07:00
parent 093cec575e
commit 4675197a04
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -88,7 +88,7 @@ class BuilderAdapter<T : Any> private constructor(
@Suppress("name_shadowing")
var reader = reader
val missing = ObjectArraySet<WrappedProperty<T, *>>()
val missing = ObjectOpenHashSet<WrappedProperty<T, *>>()
missing.addAll(properties.values)
val instance = factory.invoke()