Fix ListenableFutureReturnValueHandler Javadoc
See gh-33808
This commit is contained in:
parent
f4b3520ab3
commit
eaafdea1fb
|
|
@ -21,7 +21,7 @@ import java.util.concurrent.CompletableFuture;
|
|||
import org.springframework.core.MethodParameter;
|
||||
|
||||
/**
|
||||
* Support for {@link ListenableFuture} as a return value type.
|
||||
* Support for {@link org.springframework.util.concurrent.ListenableFuture} as a return value type.
|
||||
*
|
||||
* @author Sebastien Deleuze
|
||||
* @since 4.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue