File tree Expand file tree Collapse file tree
src/main/groovy/com/github/hauner/openapi/spring/processor Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ package com.github.hauner.openapi.spring.processor
1818
1919import com.github.hauner.openapi.core.framework.FrameworkAnnotation
2020import com.github.hauner.openapi.core.framework.FrameworkAnnotations
21+ import com.github.hauner.openapi.core.model.HttpMethod
2122import com.github.hauner.openapi.core.model.RequestBody
2223import com.github.hauner.openapi.core.model.parameters.CookieParameter
2324import com.github.hauner.openapi.core.model.parameters.HeaderParameter
2425import com.github.hauner.openapi.core.model.parameters.MultipartParameter
2526import com.github.hauner.openapi.core.model.parameters.Parameter
2627import com.github.hauner.openapi.core.model.parameters.PathParameter
27- import com.github.hauner.openapi.core.model.HttpMethod
2828import com.github.hauner.openapi.spring.model.parameters.QueryParameter
2929import groovy.util.logging.Slf4j
3030
You can’t perform that action at this time.
0 commit comments