mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 13:53:14 +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();
|
transactionalTarget.doSomething();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public void setApplicationContext(ApplicationContext applicationContext) throws BeansException {
|
public void setApplicationContext(ApplicationContext applicationContext) throws BeansException {
|
||||||
this.appContext = applicationContext;
|
this.appContext = applicationContext;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user