瀏覽代碼

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

Rob Winch 14 年之前
父節點
當前提交
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;
     }