Skip to content

Commit

Permalink
remove @OverRide from interface method impl
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Brown authored and lhotari committed Sep 29, 2011
1 parent 76edc4a commit 45df3a7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ public void setPluginManager(GrailsPluginManager pluginManager) {
* if thrown by application context methods
* @see org.springframework.beans.factory.BeanInitializationException
*/
@Override
public void setApplicationContext(ApplicationContext applicationContext) throws BeansException {
this.applicationContext = applicationContext;
setGrailsApplication(applicationContext.getBean( GrailsApplication.APPLICATION_ID, GrailsApplication.class) );
Expand Down

0 comments on commit 45df3a7

Please sign in to comment.