Fix link in javadoc (#11022)

Motivation:

There was an incorrect link in the javadoc

Modification:

Fix link

Result:

Doc cleanup
This commit is contained in:
赵延 2021-02-12 21:40:24 +08:00 committed by GitHub
parent a98293f084
commit 9cac18687d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,7 +171,7 @@ public abstract class AbstractEventExecutor extends AbstractExecutorService impl
* Like {@link #execute(Runnable)} but does not guarantee the task will be run until either
* a non-lazy task is executed or the executor is shut down.
*
* This is equivalent to submitting a {@link EventExecutor.LazyRunnable} to
* This is equivalent to submitting a {@link AbstractEventExecutor.LazyRunnable} to
* {@link #execute(Runnable)} but for an arbitrary {@link Runnable}.
*
* The default implementation just delegates to {@link #execute(Runnable)}.