pull/35/head
小狄 4 years ago committed by Gitee
parent 3604b35483
commit 5d954e0c3f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -10,7 +10,7 @@ public abstract class IJobHandler {
/** /**
* execute handler, invoked when executor receives a scheduling request * execute handler, invoked when executor receives a scheduling request
* *
* @throws Exception * @throws Exception
*/ */
public abstract void execute() throws Exception; public abstract void execute() throws Exception;

Loading…
Cancel
Save