2004-09-09 Michael Koch <konqueror@gmx.de>

* java/lang/System.java
	(err): Fixed javadoci to point to setErr() and not setOut().

From-SVN: r87227
This commit is contained in:
Michael Koch 2004-09-09 10:19:29 +00:00 committed by Michael Koch
parent e153793472
commit c6614d3ea3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-09-09 Michael Koch <konqueror@gmx.de>
* java/lang/System.java
(err): Fixed javadoci to point to setErr() and not setOut().
2004-09-09 Jeroen Frijters <jeroen@frijters.net>
(normalizePath): Added special case for windows systems.

View File

@ -163,7 +163,7 @@ public final class System
/**
* The standard output PrintStream. This is assigned at startup and
* starts its life perfectly valid. Although it is marked final, you can
* change it using {@link #setOut(PrintStream)} through some hefty VM magic.
* change it using {@link #setErr(PrintStream)} through some hefty VM magic.
*
* <p>This corresponds to the C stderr and C++ cerr variables, which
* typically output error messages to the screen, but may be used to pipe