Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thabach committed Dec 27, 2016
1 parent 8cbc72f commit 07d2a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ As simple as
}).on(new Function<IOException>() {

@Override
public void on(Throwable t) {
public void on(IOException ioe) {
// Some IOException occurred
}

Expand Down

0 comments on commit 07d2a78

Please sign in to comment.