Commit 2bbf438c authored by dreis2211's avatar dreis2211 Committed by Stephane Nicoll

Fix duplicate words in comments

Closes gh-12866
parent df7ddeef
...@@ -240,7 +240,7 @@ public final class EndpointRequest { ...@@ -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 public static final class LinksServerWebExchangeMatcher
extends ApplicationContextServerWebExchangeMatcher<WebEndpointProperties> { extends ApplicationContextServerWebExchangeMatcher<WebEndpointProperties> {
......
...@@ -33,7 +33,7 @@ import org.springframework.core.annotation.AliasFor; ...@@ -33,7 +33,7 @@ import org.springframework.core.annotation.AliasFor;
* Implementations must also implement {@link Supplier Supplier&lt;EndpointServlet&gt;} * Implementations must also implement {@link Supplier Supplier&lt;EndpointServlet&gt;}
* and return a valid {@link EndpointServlet}. * and return a valid {@link EndpointServlet}.
* <p> * <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 * endpoints, but it is at the expense of portability. Most users should prefer the
* {@link Endpoint @Endpoint} or {@link WebEndpoint @WebEndpoint} annotations whenever * {@link Endpoint @Endpoint} or {@link WebEndpoint @WebEndpoint} annotations whenever
* possible. * possible.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment