Fix Javadoc for MockRestRequestMatchers

This commit is contained in:
Sam Brannen
2023-02-21 22:13:41 +01:00
parent 626a7fc52a
commit ce66b251ab

View File

@@ -121,7 +121,7 @@ public abstract class MockRestRequestMatchers {
* {@link org.hamcrest.Matchers#hasItem(Matcher)}), that every value in the list
* matches common criteria (such as {@link org.hamcrest.Matchers#everyItem(Matcher)}),
* that each value in the list matches corresponding dedicated criteria
* (such as {@link org.hamcrest.Matchers#contains(Matcher[])}, etc.
* (such as {@link org.hamcrest.Matchers#contains(Matcher[])}), etc.
* @param name the name of the query parameter whose value(s) will be asserted
* @param matcher the Hamcrest matcher to apply to the entire list of values
* for the given query parameter
@@ -207,7 +207,7 @@ public abstract class MockRestRequestMatchers {
* {@link org.hamcrest.Matchers#hasItem(Matcher)}), that every value in the list
* matches common criteria (such as {@link org.hamcrest.Matchers#everyItem(Matcher)}),
* that each value in the list matches corresponding dedicated criteria
* (such as {@link org.hamcrest.Matchers#contains(Matcher[])}, etc.
* (such as {@link org.hamcrest.Matchers#contains(Matcher[])}), etc.
* @param name the name of the header whose value(s) will be asserted
* @param matcher the Hamcrest matcher to apply to the entire list of values
* for the given header