Remove use of @Override with an interface method
This commit is contained in:
-1
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user