We need this for GWT.

This commit is contained in:
Michael Bayne
2015-03-06 12:26:21 -08:00
parent 2b376d3189
commit 3337bf7dd8
@@ -9,4 +9,5 @@ package java.io;
public abstract class Reader
{
public abstract int read () throws IOException;
public abstract void close () throws IOException;
}