Fix duplicate words in comments

Closes gh-12866
This commit is contained in:
dreis2211
2018-04-15 17:54:35 +02:00
committed by Stephane Nicoll
parent df7ddeefc4
commit 2bbf438c36
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> {