Skip to content

Commit 6f98462

Browse files
committed
clean up
1 parent 6fa01bf commit 6f98462

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,10 @@ class Endpoint(
5252
* converted to multiple {@link MultipartParameter}s in the internal model. The request body
5353
* information is no longer available.
5454
*
55+
* used by openapi-processor-spring, ...
56+
*
5557
* @return the set of content types
5658
*/
57-
@Deprecated("only used in test")
5859
fun getConsumesContentTypes(): Set<String> {
5960
val contentTypes = requestBodies
6061
.map { it.contentType }

0 commit comments

Comments
 (0)