emul/compact/src/main/java/java/lang/Readable.java
branchemul
changeset 560 53fafe384803
parent 557 5be31d9fa455
     1.1 --- a/emul/compact/src/main/java/java/lang/Readable.java	Wed Jan 23 22:32:27 2013 +0100
     1.2 +++ b/emul/compact/src/main/java/java/lang/Readable.java	Wed Jan 23 22:55:28 2013 +0100
     1.3 @@ -50,6 +50,6 @@
     1.4       * @throws NullPointerException if cb is null
     1.5       * @throws java.nio.ReadOnlyBufferException if cb is a read only buffer
     1.6       */
     1.7 -    public int read(java.nio.CharBuffer cb) throws IOException;
     1.8 +// XXX:    public int read(java.nio.CharBuffer cb) throws IOException;
     1.9  
    1.10  }