Add the missing comment (#10169)
Motivation: The comment of SingleThreadEventExecutor#run() is missing Modification: Just fill it in. Result: Method comment is not blank now.
This commit is contained in:
parent
05b7af7ae4
commit
363c4ecc7f
@ -537,7 +537,7 @@ public abstract class SingleThreadEventExecutor extends AbstractScheduledEventEx
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* Run the tasks in the {@link #taskQueue}
|
||||
*/
|
||||
protected abstract void run();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user