Merge pull request #32524 from izeye
* pr/32524: Fix Javadoc since to ChannelRegistration.executor() Closes gh-32524
This commit is contained in:
@@ -71,7 +71,7 @@ public class ChannelRegistration {
|
|||||||
* taking precedence over a {@linkplain #taskExecutor() task executor
|
* taking precedence over a {@linkplain #taskExecutor() task executor
|
||||||
* registration} if any.
|
* registration} if any.
|
||||||
* @param executor the executor to use
|
* @param executor the executor to use
|
||||||
* @since 6.1.4
|
* @since 6.2
|
||||||
*/
|
*/
|
||||||
public ChannelRegistration executor(Executor executor) {
|
public ChannelRegistration executor(Executor executor) {
|
||||||
this.executor = executor;
|
this.executor = executor;
|
||||||
|
|||||||
Reference in New Issue
Block a user