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 @@ -26,12 +26,12 @@ import com.github.hauner.openapi.core.parser.Parser
2626import com.github.hauner.openapi.core.writer.java.ApiWriter
2727import com.github.hauner.openapi.core.writer.java.BeanValidationFactory
2828import com.github.hauner.openapi.core.writer.java.DataTypeWriter
29- import com.github.hauner.openapi.spring.writer.java.HeaderWriter
3029import com.github.hauner.openapi.core.writer.java.InterfaceWriter
31- import com.github.hauner.openapi.spring.writer.java.MappingAnnotationWriter
3230import com.github.hauner.openapi.core.writer.java.MethodWriter
33- import com.github.hauner.openapi.spring.writer.java.ParameterAnnotationWriter
3431import com.github.hauner.openapi.core.writer.java.StringEnumWriter
32+ import com.github.hauner.openapi.spring.writer.java.HeaderWriter
33+ import com.github.hauner.openapi.spring.writer.java.MappingAnnotationWriter
34+ import com.github.hauner.openapi.spring.writer.java.ParameterAnnotationWriter
3535import org.slf4j.LoggerFactory
3636
3737/**
You can’t perform that action at this time.
0 commit comments