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 c871758 commit 35d379fCopy full SHA for 35d379f
spring-core/src/main/java/org/springframework/util/concurrent/SettableListenableFuture.java
@@ -114,7 +114,7 @@ public boolean isDone() {
114
* {@link java.util.concurrent.CancellationException} if the future has been cancelled.
115
* @return the value associated with this future
116
*/
117
- @Override
+ @Override @Nullable
118
public T get() throws InterruptedException, ExecutionException {
119
return this.settableTask.get();
120
}
0 commit comments