Skip to content

Commit

Permalink
Added @OverRide to anonymous inner class
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Feb 5, 2013
1 parent 7658c9a commit 1598ab6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public void doInit(@Observes final InitProject event)

Project temp = new BaseProject()
{
@Override
public DirectoryResource getProjectRoot()
{
return newRoot;
Expand Down

0 comments on commit 1598ab6

Please sign in to comment.