PrintStream.java
13.3 KB
-
2003-06-28 Michael Koch <konqueror@gmx.de> · 1af3e06b
* 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
Michael Koch committed