We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6972356 commit 38b84f0Copy full SHA for 38b84f0
spring-test/src/main/java/org/springframework/test/web/servlet/DefaultMvcResult.java
@@ -54,7 +54,7 @@ class DefaultMvcResult implements MvcResult {
54
55
private @Nullable Exception resolvedException;
56
57
- private final AtomicReference<Object> asyncResult = new AtomicReference<>(RESULT_NONE);
+ private final AtomicReference<@Nullable Object> asyncResult = new AtomicReference<>(RESULT_NONE);
58
59
private @Nullable CountDownLatch asyncDispatchLatch;
60
0 commit comments