aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2004-09-09 10:19:29 +0000
committerMichael Koch <mkoch@gcc.gnu.org>2004-09-09 10:19:29 +0000
commitc6614d3ea35d0a18553caf243dad0a21b73a02a8 (patch)
tree328776f94f45cc967ff53a469762a9473311c12f /libjava/java/lang
parente15379347231bed38c764cf3619e21cb56767150 (diff)
downloadgcc-c6614d3ea35d0a18553caf243dad0a21b73a02a8.zip
gcc-c6614d3ea35d0a18553caf243dad0a21b73a02a8.tar.gz
gcc-c6614d3ea35d0a18553caf243dad0a21b73a02a8.tar.bz2
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
Diffstat (limited to 'libjava/java/lang')
-rw-r--r--libjava/java/lang/System.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/lang/System.java b/libjava/java/lang/System.java
index a8c0c23..13926b1 100644
--- a/libjava/java/lang/System.java
+++ b/libjava/java/lang/System.java
@@ -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