Skip to content

Commit eaafdea

Browse files
committed
Fix ListenableFutureReturnValueHandler Javadoc
See gh-33808
1 parent f4b3520 commit eaafdea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-messaging/src/main/java/org/springframework/messaging/handler/invocation/ListenableFutureReturnValueHandler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import org.springframework.core.MethodParameter;
2222

2323
/**
24-
* Support for {@link ListenableFuture} as a return value type.
24+
* Support for {@link org.springframework.util.concurrent.ListenableFuture} as a return value type.
2525
*
2626
* @author Sebastien Deleuze
2727
* @since 4.2

0 commit comments

Comments
 (0)