mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-15 16:42:14 +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 {
|
public class HttpFirewallBeanDefinitionParser implements BeanDefinitionParser {
|
||||||
|
|
||||||
@Override
|
|
||||||
public BeanDefinition parse(Element element, ParserContext pc) {
|
public BeanDefinition parse(Element element, ParserContext pc) {
|
||||||
String ref = element.getAttribute("ref");
|
String ref = element.getAttribute("ref");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user