From 93dcbc41b0c4919fb74a59d996474b02e7df9ef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 6 May 2024 17:19:20 +0200 Subject: [PATCH] Polish --- .../web/servlet/assertj/AbstractHttpServletRequestAssert.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.