Skip to content

Commit d1b8498

Browse files
committed
not called
1 parent cc4c77d commit d1b8498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi-processor-core/src/main/kotlin/io/openapiprocessor/core/parser/MultipartParameter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class MultipartParameter(val parameter: String, val contentType: String? = null)
1919
}
2020

2121
override fun getSchema(): Schema {
22-
return null!!
22+
throw NotImplementedError() // never called on MultipartParameter
2323
}
2424

2525
override fun isRequired(): Boolean {

0 commit comments

Comments
 (0)