Fix Javadoc since to ChannelRegistration.executor()

See gh-32524
This commit is contained in:
Johnny Lim 2024-03-23 21:29:32 +09:00 committed by Stéphane Nicoll
parent 2a74fe5ddb
commit 56b14dc54a
1 changed files with 1 additions and 1 deletions

View File

@ -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;