Skip to content

Commit

Permalink
can't override a method that doesn't exist in 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Apr 25, 2012
1 parent ac33050 commit f863b28
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -63,7 +63,6 @@ public synchronized void load(InputStream inStream) throws IOException {
throw new NotImplementedException();
}

@Override
public synchronized void load(Reader reader) throws IOException {
throw new NotImplementedException();
}
Expand Down

0 comments on commit f863b28

Please sign in to comment.