2004-09-09 Michael Koch <konqueror@gmx.de>
authorMichael Koch <konqueror@gmx.de>
Thu, 9 Sep 2004 10:19:29 +0000 (10:19 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Thu, 9 Sep 2004 10:19:29 +0000 (10:19 +0000)
* java/lang/System.java
(err): Fixed javadoci to point to setErr() and not setOut().

From-SVN: r87227

libjava/ChangeLog
libjava/java/lang/System.java

index faa0b979b6a84dfe6e3c2fd7a53ae9f77bf2b412..c9e72fe91a6b5b8aba4d0766a0fed94cde600a23 100644 (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.
index a8c0c23c0db9845fca864e7d2996e29a2b289e07..13926b156b55c9ce1be4e0da430f4972ec676f3c 100644 (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