Skip to content

Commit

Permalink
We need this for GWT.
Browse files Browse the repository at this point in the history
  • Loading branch information
samskivert committed Mar 6, 2015
1 parent 2b376d3 commit 3337bf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/gwt/com/samskivert/super/java/io/Reader.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
public abstract class Reader
{
public abstract int read () throws IOException;
public abstract void close () throws IOException;
}

0 comments on commit 3337bf7

Please sign in to comment.