Skip to content

Commit

Permalink
Added missing @OverRide annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Apr 8, 2013
1 parent 28ef044 commit 6aa8347
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ else if (member instanceof Method)
}
}

@Override
public JavaResourceImpl setContents(final JavaSource<?> source)
{
setContents(source.toString());
Expand All @@ -133,6 +134,7 @@ public JavaResourceImpl setContents(final JavaSource<?> source)
/**
* Attempts to perform cast automatically. This can lead to problems.
*/
@Override
public JavaSource<?> getJavaSource() throws FileNotFoundException
{
return JavaParser.parse(file);
Expand Down

0 comments on commit 6aa8347

Please sign in to comment.