Cleanup explicit type arguments
This commit is contained in:
@@ -368,8 +368,8 @@ public class GlobalMethodSecurityConfigurationTests {
|
||||
}
|
||||
|
||||
static class MockBeanPostProcessor implements BeanPostProcessor {
|
||||
Map<String, Object> beforeInit = new HashMap<String, Object>();
|
||||
Map<String, Object> afterInit = new HashMap<String, Object>();
|
||||
Map<String, Object> beforeInit = new HashMap<>();
|
||||
Map<String, Object> afterInit = new HashMap<>();
|
||||
|
||||
@Override
|
||||
public Object postProcessBeforeInitialization(Object bean, String beanName) throws
|
||||
|
||||
Reference in New Issue
Block a user