mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-04 17:52:15 +00:00
Added better toString() method to OrderedFilterDecorator to make it report the delegate filter information.
This commit is contained in:
parent
1663142cf1
commit
993fdd7a32
@ -119,5 +119,9 @@ public class OrderedFilterBeanDefinitionDecorator implements BeanDefinitionDecor
|
||||
public String getBeanName() {
|
||||
return beanName;
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return getClass() + "[ delegate=" + delegate + "; order=" + getOrder() + "]";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user