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

Commit 7645c14

Browse files
committed
#53, should be a member
1 parent 93907ce commit 7645c14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ open class MappedDataType(
2828
/*private*/ val genericTypes: List<String> = emptyList(),
2929
constraints: DataTypeConstraints? = null,
3030
deprecated: Boolean = false,
31-
simpleDataType: Boolean = false
31+
val simpleDataType: Boolean = false
3232

3333
): DataTypeBase(constraints, deprecated) {
3434

0 commit comments

Comments
 (0)