Browse Source

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

pull/1/head
Rob Winch 15 years ago
parent
commit
85807fdfd0
  1. 1
      config/src/test/java/org/springframework/security/config/method/InterceptMethodsBeanDefinitionDecoratorTests.java

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

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

Loading…
Cancel
Save