Javadoc fixes

This commit is contained in:
Juergen Hoeller
2017-02-18 01:43:30 +01:00
parent 214d0d76a5
commit 45df1d9fea
2 changed files with 3 additions and 4 deletions

View File

@@ -24,9 +24,8 @@ import java.util.concurrent.TimeoutException;
import org.springframework.util.Assert;
/**
* A {@link org.springframework.util.concurrent.ListenableFuture ListenableFuture}
* whose value can be set via {@link #set(T)} or {@link #setException(Throwable)}.
* It may also be cancelled.
* A {@link ListenableFuture} whose value can be set via {@link #set(Object)}
* or {@link #setException(Throwable)}. It may also get cancelled.
*
* <p>Inspired by {@code com.google.common.util.concurrent.SettableFuture}.
*