mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
Fix GlobalMethodSecurityConfigurationTests checkstyle
Issue: gh-4939
This commit is contained in:
parent
8b6e77e5ab
commit
780c9dd455
@ -333,8 +333,8 @@ public class GlobalMethodSecurityConfigurationTests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static class MockBeanPostProcessor implements BeanPostProcessor {
|
static class MockBeanPostProcessor implements BeanPostProcessor {
|
||||||
Map<String,Object> beforeInit = new HashMap<String,Object>();
|
Map<String, Object> beforeInit = new HashMap<String, Object>();
|
||||||
Map<String,Object> afterInit = new HashMap<String,Object>();
|
Map<String, Object> afterInit = new HashMap<String, Object>();
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Object postProcessBeforeInitialization(Object bean, String beanName) throws
|
public Object postProcessBeforeInitialization(Object bean, String beanName) throws
|
||||||
|
Loading…
x
Reference in New Issue
Block a user