Commit ae758eb8 by xueli.xue

doc 更新

parent 148b7ca5
...@@ -12,8 +12,7 @@ public abstract class IJobHandler extends HandlerRouter { ...@@ -12,8 +12,7 @@ public abstract class IJobHandler extends HandlerRouter {
* job handler <br><br> * job handler <br><br>
* the return Object will be and stored * the return Object will be and stored
* @param params * @param params
* @return void, fail if catch exception * @throws Exception default sussecc, fail if catch exception
* @throws Exception
*/ */
public abstract void execute(String... params) throws Exception; public abstract void execute(String... params) throws Exception;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment