From c6614d3ea35d0a18553caf243dad0a21b73a02a8 Mon Sep 17 00:00:00 2001 From: Michael Koch Date: Thu, 9 Sep 2004 10:19:29 +0000 Subject: 2004-09-09 Michael Koch * java/lang/System.java (err): Fixed javadoci to point to setErr() and not setOut(). From-SVN: r87227 --- libjava/java/lang/System.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libjava/java') 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. * *

This corresponds to the C stderr and C++ cerr variables, which * typically output error messages to the screen, but may be used to pipe -- cgit v1.1