Browse Source

Javadoc fix

pull/1254/head
Nicklas Holm 8 years ago committed by Rossen Stoyanchev
parent
commit
9a7028ad0d
  1. 2
      spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ResponseBodyAdvice.java

2
spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ResponseBodyAdvice.java

@ -27,7 +27,7 @@ import org.springframework.http.server.ServerHttpResponse; @@ -27,7 +27,7 @@ import org.springframework.http.server.ServerHttpResponse;
* or a {@code ResponseEntity} controller method but before the body is written
* with an {@code HttpMessageConverter}.
*
* <p>Implementations may be may be registered directly with
* <p>Implementations may be registered directly with
* {@code RequestMappingHandlerAdapter} and {@code ExceptionHandlerExceptionResolver}
* or more likely annotated with {@code @ControllerAdvice} in which case they
* will be auto-detected by both.

Loading…
Cancel
Save