mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 22:02:41 +00:00
Removed @Overrides from method that implements interface instead of overriding superclass to resolve Java 1.5 error
This commit is contained in:
parent
c3a3a5bfbf
commit
85807fdfd0
@ -91,7 +91,6 @@ public class InterceptMethodsBeanDefinitionDecoratorTests implements Application
|
||||
transactionalTarget.doSomething();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setApplicationContext(ApplicationContext applicationContext) throws BeansException {
|
||||
this.appContext = applicationContext;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user