瀏覽代碼

doc 更新

xueli.xue 8 年之前
父節點
當前提交
ae758eb8a9
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      xxl-job-core/src/main/java/com/xxl/job/core/handler/IJobHandler.java

+ 1 - 2
xxl-job-core/src/main/java/com/xxl/job/core/handler/IJobHandler.java 查看文件

12
 	 * job handler <br><br>
12
 	 * job handler <br><br>
13
 	 * the return Object will be and stored
13
 	 * the return Object will be and stored
14
 	 * @param params
14
 	 * @param params
15
-	 * @return void, fail if catch exception
16
-	 * @throws Exception
15
+	 * @throws Exception  default sussecc, fail if catch exception
17
 	 */
16
 	 */
18
 	public abstract void execute(String... params) throws Exception;
17
 	public abstract void execute(String... params) throws Exception;
19
 	
18