Skip to content

Commit 8bbafee

Browse files
committed
used
1 parent 7f246de commit 8bbafee

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ class Endpoint(
119119
*
120120
* @return the list of content types
121121
*/
122-
// only called by tests?
123122
fun getConsumesContentTypes(): List<String> {
124123
val contentTypes = requestBodies
125124
.map { it.contentType }

0 commit comments

Comments
 (0)