diff --git a/spring-test/src/main/java/org/springframework/test/web/servlet/assertj/AbstractHttpServletRequestAssert.java b/spring-test/src/main/java/org/springframework/test/web/servlet/assertj/AbstractHttpServletRequestAssert.java index 8f74ca0d601..98650cb5979 100644 --- a/spring-test/src/main/java/org/springframework/test/web/servlet/assertj/AbstractHttpServletRequestAssert.java +++ b/spring-test/src/main/java/org/springframework/test/web/servlet/assertj/AbstractHttpServletRequestAssert.java @@ -95,8 +95,7 @@ public abstract class AbstractHttpServletRequestAssertThe test will await the completion of a {@code Callable} so that - * {@link MvcResultAssert#asyncResult()} can be used to assert the resulting - * value. + * the asynchronous result is available and can be further asserted. *

Neither a {@code Callable} nor a {@code DeferredResult} will complete * processing all the way since a {@link MockHttpServletRequest} does not * perform asynchronous dispatches.