mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-14 08:02:22 +00:00
Remove use of @Override with an interface method
This commit is contained in:
parent
3cfe23f60d
commit
6141ef79b3
@ -21,7 +21,6 @@ import java.util.*;
|
||||
*/
|
||||
public class HttpFirewallBeanDefinitionParser implements BeanDefinitionParser {
|
||||
|
||||
@Override
|
||||
public BeanDefinition parse(Element element, ParserContext pc) {
|
||||
String ref = element.getAttribute("ref");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user