File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/kotlin/io/openapiprocessor/spring/writer/java Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ import io.openapiprocessor.core.writer.java.MappingAnnotationFactory as CoreMapp
1212
1313/* *
1414 * spring exchange annotation factory.
15- * org.springframework.web.service.annotation.HttpExchange was designed to be neutral to client vs server use.
16- * The contentType attribute is for the request body, while the accept attribute is for the server response.
15+ * org.springframework.web.service.annotation.HttpExchange was designed to be neutral to client vs. server use.
16+ * The " contentType" attribute is for the request body, while the " accept" attribute is for the server response.
1717 *
1818 * | attribute | client side (request) | server side (controller, response) |
1919 * |-----------|-----------------------|------------------------------------|
You can’t perform that action at this time.
0 commit comments