Remove duplicate words in documentation and polish Javadoc
This commit is contained in:
@@ -51,7 +51,7 @@ public interface CacheAwareContextLoaderDelegate {
|
||||
* implementation in Spring overrides this method appropriately.
|
||||
* @param mergedContextConfiguration the merged context configuration used
|
||||
* to load the application context; never {@code null}
|
||||
* @return {@code true} if the the application context has been loaded
|
||||
* @return {@code true} if the application context has been loaded
|
||||
* @since 5.2
|
||||
* @see #loadContext
|
||||
* @see #closeContext
|
||||
|
||||
@@ -249,7 +249,7 @@ public abstract class MockRestRequestMatchers {
|
||||
* using formatting specifiers as defined in
|
||||
* {@link String#format(String, Object...)}.
|
||||
* @param expression the XPath optionally parameterized with arguments
|
||||
* @param namespaces namespaces referenced in the XPath expression
|
||||
* @param namespaces the namespaces referenced in the XPath expression
|
||||
* @param args arguments to parameterize the XPath expression with
|
||||
*/
|
||||
public static XpathRequestMatchers xpath(String expression, Map<String, String> namespaces, Object... args)
|
||||
|
||||
@@ -82,7 +82,7 @@ public class FluxExchangeResult<T> extends ExchangeResult {
|
||||
* .returnResult()
|
||||
* .consumeWith(result -> assertThat(...);
|
||||
* </pre>
|
||||
* @param consumer consumer for {@code "this"} instance
|
||||
* @param consumer the consumer for {@code "this"} instance
|
||||
*/
|
||||
public void consumeWith(Consumer<FluxExchangeResult<T>> consumer) {
|
||||
assertWithDiagnostics(() -> consumer.accept(this));
|
||||
|
||||
@@ -963,7 +963,7 @@ public interface WebTestClient {
|
||||
* <p>The XPath expression can be a parameterized string using
|
||||
* formatting specifiers as defined in {@link String#format}.
|
||||
* @param expression the XPath expression
|
||||
* @param namespaces namespaces to use
|
||||
* @param namespaces the namespaces to use
|
||||
* @param args arguments to parameterize the expression
|
||||
* @since 5.1
|
||||
*/
|
||||
|
||||
@@ -246,7 +246,7 @@ public abstract class MockMvcResultMatchers {
|
||||
* <p>The XPath expression can be a parameterized string using formatting
|
||||
* specifiers as defined in {@link String#format(String, Object...)}.
|
||||
* @param expression the XPath expression, optionally parameterized with arguments
|
||||
* @param namespaces namespaces referenced in the XPath expression
|
||||
* @param namespaces the namespaces referenced in the XPath expression
|
||||
* @param args arguments to parameterize the XPath expression with
|
||||
*/
|
||||
public static XpathResultMatchers xpath(String expression, Map<String, String> namespaces, Object... args)
|
||||
|
||||
Reference in New Issue
Block a user