Browse Source

Fix Javadoc since to ChannelRegistration.executor()

See gh-32524
pull/32551/head
Johnny Lim 2 years ago committed by Stéphane Nicoll
parent
commit
56b14dc54a
  1. 2
      spring-messaging/src/main/java/org/springframework/messaging/simp/config/ChannelRegistration.java

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

@ -71,7 +71,7 @@ public class ChannelRegistration { @@ -71,7 +71,7 @@ public class ChannelRegistration {
* taking precedence over a {@linkplain #taskExecutor() task executor
* registration} if any.
* @param executor the executor to use
* @since 6.1.4
* @since 6.2
*/
public ChannelRegistration executor(Executor executor) {
this.executor = executor;

Loading…
Cancel
Save