Fix duplicate "the" in Javadoc and XSD
See gh-27291
This commit is contained in:
committed by
Stephane Nicoll
parent
6770e4b3cc
commit
ac72277258
@@ -87,7 +87,7 @@ public class PatternsRequestCondition extends AbstractRequestCondition<PatternsR
|
||||
* Variant of {@link #PatternsRequestCondition(String...)} with a
|
||||
* {@link UrlPathHelper} and a {@link PathMatcher}, and whether to match
|
||||
* trailing slashes.
|
||||
* <p>As of 5.3 the the path is obtained through the static method
|
||||
* <p>As of 5.3 the path is obtained through the static method
|
||||
* {@link UrlPathHelper#getResolvedLookupPath} and a {@code UrlPathHelper}
|
||||
* does not need to be passed in.
|
||||
* @since 5.2.4
|
||||
@@ -105,7 +105,7 @@ public class PatternsRequestCondition extends AbstractRequestCondition<PatternsR
|
||||
* Variant of {@link #PatternsRequestCondition(String...)} with a
|
||||
* {@link UrlPathHelper} and a {@link PathMatcher}, and flags for matching
|
||||
* with suffixes and trailing slashes.
|
||||
* <p>As of 5.3 the the path is obtained through the static method
|
||||
* <p>As of 5.3 the path is obtained through the static method
|
||||
* {@link UrlPathHelper#getResolvedLookupPath} and a {@code UrlPathHelper}
|
||||
* does not need to be passed in.
|
||||
* @deprecated as of 5.2.4. See class-level note in
|
||||
@@ -123,7 +123,7 @@ public class PatternsRequestCondition extends AbstractRequestCondition<PatternsR
|
||||
* Variant of {@link #PatternsRequestCondition(String...)} with a
|
||||
* {@link UrlPathHelper} and a {@link PathMatcher}, and flags for matching
|
||||
* with suffixes and trailing slashes, along with specific extensions.
|
||||
* <p>As of 5.3 the the path is obtained through the static method
|
||||
* <p>As of 5.3 the path is obtained through the static method
|
||||
* {@link UrlPathHelper#getResolvedLookupPath} and a {@code UrlPathHelper}
|
||||
* does not need to be passed in.
|
||||
* @deprecated as of 5.2.4. See class-level note in
|
||||
|
||||
@@ -47,7 +47,7 @@ import org.springframework.web.util.pattern.PathPattern;
|
||||
import org.springframework.web.util.pattern.PathPatternParser;
|
||||
|
||||
/**
|
||||
* Request mapping information. A composite for the the following conditions:
|
||||
* Request mapping information. A composite for the following conditions:
|
||||
* <ol>
|
||||
* <li>{@link PathPatternsRequestCondition} with parsed {@code PathPatterns} or
|
||||
* {@link PatternsRequestCondition} with String patterns via {@code PathMatcher}
|
||||
|
||||
@@ -194,7 +194,7 @@ public class ServletInvocableHandlerMethod extends InvocableHandlerMethod {
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a nested ServletInvocableHandlerMethod subclass that returns the
|
||||
* Create a nested ServletInvocableHandlerMethod subclass that returns
|
||||
* the given value (or raises an Exception if the value is one) rather than
|
||||
* actually invoking the controller method. This is useful when processing
|
||||
* async return values (e.g. Callable, DeferredResult, ListenableFuture).
|
||||
|
||||
Reference in New Issue
Block a user