Javadoc fix

This commit is contained in:
Nicklas Holm
2016-12-02 07:47:29 +01:00
committed by Rossen Stoyanchev
parent 8ad95b09e8
commit 9a7028ad0d

View File

@@ -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.