Skip to content

Commit 93dcbc4

Browse files
committed
Polish
1 parent 371d1a0 commit 93dcbc4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-test/src/main/java/org/springframework/test/web/servlet/assertj/AbstractHttpServletRequestAssert.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ public MapAssert<String, Object> sessionAttributes() {
9595
* Verify whether asynchronous processing has started, usually as a result
9696
* of a controller method returning a {@link Callable} or {@link DeferredResult}.
9797
* <p>The test will await the completion of a {@code Callable} so that
98-
* {@link MvcResultAssert#asyncResult()} can be used to assert the resulting
99-
* value.
98+
* the asynchronous result is available and can be further asserted.
10099
* <p>Neither a {@code Callable} nor a {@code DeferredResult} will complete
101100
* processing all the way since a {@link MockHttpServletRequest} does not
102101
* perform asynchronous dispatches.

0 commit comments

Comments
 (0)