We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 795db45 commit 6e7a76fCopy full SHA for 6e7a76f
1 file changed
openapi-processor-core/src/main/kotlin/io/openapiprocessor/core/model/Endpoint.kt
@@ -138,7 +138,7 @@ class Endpoint(
138
}
139
140
141
- private fun getSuccessResponses(): Map<ContentType, MutableList<ResponseWithStatus>> {
+ private fun getSuccessResponses(): Map<ContentType, List<ResponseWithStatus>> {
142
val result = mutableMapOf<ContentType, MutableList<ResponseWithStatus>>()
143
144
responses
0 commit comments