Explorar o código

Removed @Overrides from method that implements interface instead of overriding superclass to resolve Java 1.5 error

Rob Winch %!s(int64=14) %!d(string=hai) anos
pai
achega
85807fdfd0

+ 0 - 1
config/src/test/java/org/springframework/security/config/method/InterceptMethodsBeanDefinitionDecoratorTests.java

@@ -91,7 +91,6 @@ public class InterceptMethodsBeanDefinitionDecoratorTests implements Application
         transactionalTarget.doSomething();
     }
 
-    @Override
     public void setApplicationContext(ApplicationContext applicationContext) throws BeansException {
         this.appContext = applicationContext;
     }