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…
Reference in New Issue