Merge branch '2.0.x'

This commit is contained in:
Stephane Nicoll 2018-04-16 08:10:17 +02:00
commit 0fd743cdb1
2 changed files with 2 additions and 2 deletions

View File

@ -240,7 +240,7 @@ public final class EndpointRequest {
}
/**
* The The {@link ServerWebExchangeMatcher} used to match against the links endpoint.
* The {@link ServerWebExchangeMatcher} used to match against the links endpoint.
*/
public static final class LinksServerWebExchangeMatcher
extends ApplicationContextServerWebExchangeMatcher<WebEndpointProperties> {

View File

@ -33,7 +33,7 @@ import org.springframework.core.annotation.AliasFor;
* Implementations must also implement {@link Supplier Supplier&lt;EndpointServlet&gt;}
* and return a valid {@link EndpointServlet}.
* <p>
* This annotation can be used when existing servlets need be be exposed as actuator
* This annotation can be used when existing servlets need to be exposed as actuator
* endpoints, but it is at the expense of portability. Most users should prefer the
* {@link Endpoint @Endpoint} or {@link WebEndpoint @WebEndpoint} annotations whenever
* possible.