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:
Cenjie Ho 2020-04-06 15:05:29 +08:00 committed by GitHub
parent 05b7af7ae4
commit 363c4ecc7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -537,7 +537,7 @@ public abstract class SingleThreadEventExecutor extends AbstractScheduledEventEx
}
/**
*
* Run the tasks in the {@link #taskQueue}
*/
protected abstract void run();