Skip to content

Commit eed2e33

Browse files
committed
should not be null
1 parent 9bfb6dd commit eed2e33

File tree

1 file changed

+1
-1
lines changed
  • openapi-processor-core/src/main/kotlin/io/openapiprocessor/core/converter

1 file changed

+1
-1
lines changed

openapi-processor-core/src/main/kotlin/io/openapiprocessor/core/converter/SchemaInfo.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class SchemaInfo(
4646
/**
4747
* the OpenAPI schema
4848
*/
49-
private val schema: Schema?,
49+
private val schema: Schema?, // todo not null
5050

5151
/**
5252
* resolver of $ref'erences

0 commit comments

Comments
 (0)