doc 更新

This commit is contained in:
xueli.xue 2016-09-06 15:46:33 +08:00
parent 148b7ca5e3
commit ae758eb8a9
1 changed files with 1 additions and 2 deletions

View File

@ -12,8 +12,7 @@ public abstract class IJobHandler extends HandlerRouter {
* job handler <br><br>
* the return Object will be and stored
* @param params
* @return void, fail if catch exception
* @throws Exception
* @throws Exception default sussecc, fail if catch exception
*/
public abstract void execute(String... params) throws Exception;