Polish javadoc

Closes gh-1311
master
Eitan Adler 8 years ago committed by Stephane Nicoll
parent 48e834dfd1
commit 59bba3763d
  1. 2
      spring-webflux/src/main/java/org/springframework/web/reactive/config/WebFluxConfigurer.java

@ -50,7 +50,7 @@ public interface WebFluxConfigurer {
* Configure how the content type requested for the response is resolved. * Configure how the content type requested for the response is resolved.
* <p>The given builder will create a composite of multiple * <p>The given builder will create a composite of multiple
* {@link RequestedContentTypeResolver}s, each defining a way to resolve * {@link RequestedContentTypeResolver}s, each defining a way to resolve
* the the requested content type (accept HTTP header, path extension, * the requested content type (accept HTTP header, path extension,
* parameter, etc). * parameter, etc).
* @param builder factory that creates a {@link CompositeContentTypeResolver} * @param builder factory that creates a {@link CompositeContentTypeResolver}
*/ */

Loading…
Cancel
Save