浏览代码

jfinal 3.7

James 7 年之前
父节点
当前提交
387860fd41
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/jfinal/aop/AopFactory.java

+ 1 - 1
src/main/java/com/jfinal/aop/AopFactory.java

@@ -120,7 +120,7 @@ public class AopFactory {
 		}
 	}
 	
-	protected void doInject(Class<?> targetClass, Object targetObject) throws ReflectiveOperationException {	
+	protected void doInject(Class<?> targetClass, Object targetObject) throws ReflectiveOperationException {
 		targetClass = getUsefulClass(targetClass);
 		Field[] fields = targetClass.getDeclaredFields();
 		if (fields.length == 0) {