Skip to content

Commit 6e84843

Browse files
committed
clean up
1 parent 170547d commit 6e84843

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • openapi-processor-core/src/main/kotlin/io/openapiprocessor/core/model

openapi-processor-core/src/main/kotlin/io/openapiprocessor/core/model/Endpoint.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class Endpoint(
138138
}
139139
}
140140

141-
private fun getSuccessResponses(): MutableMap<ContentType, MutableList<ResponseWithStatus>> {
141+
private fun getSuccessResponses(): Map<ContentType, MutableList<ResponseWithStatus>> {
142142
val result = mutableMapOf<ContentType, MutableList<ResponseWithStatus>>()
143143

144144
responses

0 commit comments

Comments
 (0)