소스 검색

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,8 +12,7 @@ public abstract class IJobHandler extends HandlerRouter {
12 12
 	 * job handler <br><br>
13 13
 	 * the return Object will be and stored
14 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 17
 	public abstract void execute(String... params) throws Exception;
19 18