From 85807fdfd016bceed50e7ae6d21689512b3e7762 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Mon, 20 Jun 2011 22:39:02 -0500 Subject: [PATCH] Removed @Overrides from method that implements interface instead of overriding superclass to resolve Java 1.5 error --- .../method/InterceptMethodsBeanDefinitionDecoratorTests.java | 1 - 1 file changed, 1 deletion(-) diff --git a/config/src/test/java/org/springframework/security/config/method/InterceptMethodsBeanDefinitionDecoratorTests.java b/config/src/test/java/org/springframework/security/config/method/InterceptMethodsBeanDefinitionDecoratorTests.java index b19e8baa6e..979a73fe13 100644 --- a/config/src/test/java/org/springframework/security/config/method/InterceptMethodsBeanDefinitionDecoratorTests.java +++ b/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; }