Skip to content

Commit 38b84f0

Browse files
committed
another one
1 parent 6972356 commit 38b84f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class DefaultMvcResult implements MvcResult {
5454

5555
private @Nullable Exception resolvedException;
5656

57-
private final AtomicReference<Object> asyncResult = new AtomicReference<>(RESULT_NONE);
57+
private final AtomicReference<@Nullable Object> asyncResult = new AtomicReference<>(RESULT_NONE);
5858

5959
private @Nullable CountDownLatch asyncDispatchLatch;
6060

0 commit comments

Comments
 (0)