Browse Source

jfinal 3.7

James 6 years ago
parent
commit
387860fd41
1 changed files with 1 additions and 1 deletions
  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);
 		targetClass = getUsefulClass(targetClass);
 		Field[] fields = targetClass.getDeclaredFields();
 		Field[] fields = targetClass.getDeclaredFields();
 		if (fields.length == 0) {
 		if (fields.length == 0) {