This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: java.lang.System - typo in javadoc
- From: Michael Koch <konqueror at gmx dot de>
- To: java-patches at gcc dot gnu dot org
- Date: Thu, 9 Sep 2004 12:25:44 +0200
- Subject: Patch: java.lang.System - typo in javadoc
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi list,
I just commited the attached patch to fix a little typo in a javadoc
comment.
Michael
2004-09-09 Michael Koch <konqueror@gmx.de>
* java/lang/System.java
(err): Fixed javadoci to point to setErr() and not setOut().
- --
Homepage: http://www.worldforge.org/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFBQC+sWSOgCCdjSDsRAq+PAJ438AnDTTtS8t6+62LWqokXxpwR4gCeIi/i
PSRBQgmUJu5zzf0637ew6pQ=
=X7xS
-----END PGP SIGNATURE-----
Index: java/lang/System.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/java/lang/System.java,v
retrieving revision 1.18
diff -u -r1.18 System.java
--- java/lang/System.java 23 Jul 2004 11:49:59 -0000 1.18
+++ java/lang/System.java 9 Sep 2004 10:06:16 -0000
@@ -163,7 +163,7 @@
/**
* 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