xueli.xue 8 vuotta sitten
vanhempi
commit
ae758eb8a9

+ 1 - 2
xxl-job-core/src/main/java/com/xxl/job/core/handler/IJobHandler.java Näytä tiedosto

@@ -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