Skip to content

Commit

Permalink
Fix Javadoc since to ChannelRegistration.executor()
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye committed Mar 23, 2024
1 parent 2a1abb5 commit 5286716
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public TaskExecutorRegistration taskExecutor(@Nullable ThreadPoolTaskExecutor ta
* 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;
Expand Down

0 comments on commit 5286716

Please sign in to comment.