2003-06-28 Michael Koch <konqueror@gmx.de>
authorMichael Koch <konqueror@gmx.de>
Sat, 28 Jun 2003 08:27:29 +0000 (08:27 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Sat, 28 Jun 2003 08:27:29 +0000 (08:27 +0000)
commit1af3e06beef2bc9769d0c3bc2f2e7dce549f8305
tree3beec293320a6f168abbe10e0734c206c544e9d1
parentc5b49e898ee038d71d7c8b6f3c51fc53c35faa25
2003-06-28  Michael Koch  <konqueror@gmx.de>

* java/io/PrintStream.java
(checkError): Call flush() instead of direct flushing of the Writer
object.
(print): Call print(String) instead of direct print method of the
Writer Object.
(println): Call println(String) instead of direct println method of the
Writer Object.
(write): Simplified.

From-SVN: r68632
libjava/ChangeLog
libjava/java/io/PrintStream.java