mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix copy-n-paste error in WebTestClient Javadoc
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user