浏览代码

jfnial 4.0 release

James 6 年之前
父节点
当前提交
3953005ab9
共有 1 个文件被更改,包括 0 次插入8 次删除
  1. 0 8
      src/main/java/com/jfinal/aop/Invocation.java

+ 0 - 8
src/main/java/com/jfinal/aop/Invocation.java

@@ -42,10 +42,6 @@ public class Invocation {
 	
 	
 	private int index = 0;
 	private int index = 0;
 	
 	
-	
-	// ----------------------------------------------------------------
-	
-	
 	public Invocation(Object target, Long proxyMethodKey, Callback callback, Object... args) {
 	public Invocation(Object target, Long proxyMethodKey, Callback callback, Object... args) {
 		this.action = null;
 		this.action = null;
 		this.target = target;
 		this.target = target;
@@ -58,14 +54,10 @@ public class Invocation {
 		this.args = args;
 		this.args = args;
 	}
 	}
 	
 	
-	
 	public Invocation(Object target, Long proxyMethodKey, Callback callback) {
 	public Invocation(Object target, Long proxyMethodKey, Callback callback) {
 		this(target, proxyMethodKey, callback, NULL_ARGS);
 		this(target, proxyMethodKey, callback, NULL_ARGS);
 	}
 	}
 	
 	
-	// ----------------------------------------------------------------
-	
-	
 	// InvocationWrapper need this constructor
 	// InvocationWrapper need this constructor
 	protected Invocation() {
 	protected Invocation() {
 		this.action = null;
 		this.action = null;