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) {