Skip to content

Commit 8f358f7

Browse files
committed
clean up (#439)
1 parent bc246e1 commit 8f358f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/io/openapiprocessor/spring/writer/java/ExchangeAnnotationFactory.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
* |-----------|-----------------------|------------------------------------|

0 commit comments

Comments
 (0)