polish: leading spaces -> tabs across .aop and .testsuite bundles
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user