ObjectOpenHashSet в BuilderAdapter read
This commit is contained in:
parent
093cec575e
commit
4675197a04
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user