File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
openapi-processor-core/src/main/kotlin/io/openapiprocessor/core/converter/wrapper Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ package io.openapiprocessor.core.converter.wrapper
88import io.openapiprocessor.core.converter.ApiOptions
99import io.openapiprocessor.core.converter.SchemaInfo
1010import io.openapiprocessor.core.converter.mapping.*
11- import io.openapiprocessor.core.model.datatypes.ArrayDataType
11+ import io.openapiprocessor.core.model.datatypes.CollectionDataType
1212import io.openapiprocessor.core.model.datatypes.DataType
1313import io.openapiprocessor.core.model.datatypes.MappedCollectionDataType
1414
@@ -51,7 +51,7 @@ class MultiDataTypeWrapper(
5151 return MappedCollectionDataType (
5252 targetType.getName(),
5353 targetType.getPkg(),
54- (dataType as ArrayDataType ).item,
54+ (dataType as CollectionDataType ).item,
5555 null ,
5656 false
5757 )
You can’t perform that action at this time.
0 commit comments