Fix copy-n-paste error in WebTestClient Javadoc

This commit is contained in:
Sam Brannen 2019-07-22 18:16:46 +02:00
parent acb3d1cf88
commit d1570fd05b
1 changed files with 1 additions and 1 deletions

View File

@ -833,7 +833,7 @@ public interface WebTestClient {
<T extends S, R> T value(Function<B, R> bodyMapper, Matcher<R> matcher);
/**
* Assert the extracted body with a {@link Matcher}.
* Assert the extracted body with a {@link Consumer}.
* @since 5.1
*/
<T extends S> T value(Consumer<B> consumer);