Skip to content

Commit aa9f0b3

Browse files
committed
Merge pull request #32524 from izeye
* pr/32524: Fix Javadoc since to ChannelRegistration.executor() Closes gh-32524
2 parents 2a74fe5 + 56b14dc commit aa9f0b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-messaging/src/main/java/org/springframework/messaging/simp/config/ChannelRegistration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public TaskExecutorRegistration taskExecutor(@Nullable ThreadPoolTaskExecutor ta
7171
* taking precedence over a {@linkplain #taskExecutor() task executor
7272
* registration} if any.
7373
* @param executor the executor to use
74-
* @since 6.1.4
74+
* @since 6.2
7575
*/
7676
public ChannelRegistration executor(Executor executor) {
7777
this.executor = executor;

0 commit comments

Comments
 (0)