Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit 55b5438

Browse files
committed
clean up
1 parent d0fbcc6 commit 55b5438

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/main/kotlin/io/openapiprocessor/core/model/datatypes/MappedDataType.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ open class MappedDataType(
1313
private val pkg: String,
1414
val genericTypes: List<DataTypeName> = emptyList(),
1515
override val constraints: DataTypeConstraints? = null,
16-
override val deprecated: Boolean = false,
17-
val simpleDataType: Boolean = false
18-
16+
override val deprecated: Boolean = false
1917
): DataType {
2018

2119
override fun getName(): String {

0 commit comments

Comments
 (0)