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:
parent
a98293f084
commit
9cac18687d
@ -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)}.
|
||||
|
Loading…
Reference in New Issue
Block a user