Skip to content

Commit f433512

Browse files
committed
cleanup
1 parent ec356d4 commit f433512

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/groovy/com/github/hauner/openapi/spring/processor/SpringFrameworkAnnotations.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ package com.github.hauner.openapi.spring.processor
1818

1919
import com.github.hauner.openapi.core.framework.FrameworkAnnotation
2020
import com.github.hauner.openapi.core.framework.FrameworkAnnotations
21+
import com.github.hauner.openapi.core.model.HttpMethod
2122
import com.github.hauner.openapi.core.model.RequestBody
2223
import com.github.hauner.openapi.core.model.parameters.CookieParameter
2324
import com.github.hauner.openapi.core.model.parameters.HeaderParameter
2425
import com.github.hauner.openapi.core.model.parameters.MultipartParameter
2526
import com.github.hauner.openapi.core.model.parameters.Parameter
2627
import com.github.hauner.openapi.core.model.parameters.PathParameter
27-
import com.github.hauner.openapi.core.model.HttpMethod
2828
import com.github.hauner.openapi.spring.model.parameters.QueryParameter
2929
import groovy.util.logging.Slf4j
3030

0 commit comments

Comments
 (0)