PrintStream (PrintStream): Fix illegal usage of "this" before "super".
authorBryce McKinlay <bryce@albatross.co.nz>
Mon, 1 Nov 1999 01:15:37 +0000 (01:15 +0000)
committerBryce McKinlay <bryce@gcc.gnu.org>
Mon, 1 Nov 1999 01:15:37 +0000 (01:15 +0000)
commit6b5ba2ce344516cca0db965ae63b1988efa2668e
tree09c6d1054b21dc2ee32e4024ae07ff7843f8177a
parent14a774a9d22db91fb6387cb8eb61060b61782f29
PrintStream (PrintStream): Fix illegal usage of "this" before "super".

1999-11-01  Bryce McKinlay  <bryce@albatross.co.nz>

        * java/io/PrintStream (PrintStream): Fix illegal usage of "this"
          before "super".
        * java/io/OutputStreamWriter (OutputStreamWriter): ditto.
        * java/io/InputStreamReader (InputStreamReader): ditto.

From-SVN: r30300
libjava/ChangeLog
libjava/java/io/InputStreamReader.java
libjava/java/io/OutputStreamWriter.java
libjava/java/io/PrintStream.java