This commit is contained in:
2019-03-18 17:10:52 +08:00
parent e057d613b9
commit 7ef48dfc3e
37 changed files with 827 additions and 258 deletions

View File

@@ -1,6 +1,6 @@
package net.tccn.qtask.impl;
import net.tccn.qtask.E;
import net.tccn.qtask.Task;
import net.tccn.base.Kv;
import net.tccn.qtask.QTask;
@@ -9,7 +9,7 @@ import java.lang.reflect.Method;
public class QTaskMethod extends QTaskAbs implements QTask {
public QTaskMethod(E e) {
public QTaskMethod(Task e) {
super(e);
}