polish: leading spaces -> tabs across .aop and .testsuite bundles

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@388 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Chris Beams
2008-12-12 19:39:14 +00:00
parent e65ebb0678
commit 0dc4c4e216
50 changed files with 1873 additions and 1611 deletions
@@ -41,8 +41,8 @@ public class MethodLocatingFactoryBean implements FactoryBean, BeanFactoryAware
/**
* Set the name of the bean to locate the {@link Method} on.
* <p>This property is required.
* @param targetBeanName the name of the bean to locate the {@link Method} on
* <p>This property is required.
* @param targetBeanName the name of the bean to locate the {@link Method} on
*/
public void setTargetBeanName(String targetBeanName) {
this.targetBeanName = targetBeanName;
@@ -50,8 +50,8 @@ public class MethodLocatingFactoryBean implements FactoryBean, BeanFactoryAware
/**
* Set the name of the {@link Method} to locate.
* <p>This property is required.
* @param methodName the name of the {@link Method} to locate
* <p>This property is required.
* @param methodName the name of the {@link Method} to locate
*/
public void setMethodName(String methodName) {
this.methodName = methodName;