This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: little javadoc fix
- From: Michael Koch <konqueror at gmx dot de>
- To: java-patches at gcc dot gnu dot org
- Date: Mon, 31 May 2004 11:22:17 +0200
- Subject: Patch: little javadoc fix
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi list,
I just commited the attached patch to fix a javadoc to get XHTML
compliant.
Michael
2004-05-31 Michael Koch <konqueror@gmx.de>
* gnu/java/rmi/rmic/CompilerProcess.java:
Fixed javadoc to by XHTML compliant.
- --
Homepage: http://www.worldforge.org/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFAuvlJWSOgCCdjSDsRAseWAJ0VERAvzpzxicOvTUEGlSmvZagc8gCeN9ST
YwYbNT0cA4JuHk8M69lwtO8=
=bKM+
-----END PGP SIGNATURE-----
Index: gnu/java/rmi/rmic/CompilerProcess.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/gnu/java/rmi/rmic/CompilerProcess.java,v
retrieving revision 1.3
diff -u -b -B -r1.3 CompilerProcess.java
--- gnu/java/rmi/rmic/CompilerProcess.java 18 Sep 2003 05:51:50 -0000 1.3
+++ gnu/java/rmi/rmic/CompilerProcess.java 31 May 2004 09:17:11 -0000
@@ -51,7 +51,7 @@
/**
* This is used to compute the command line for the process.
* Most compilers typically arrange their arguments as in
- * <compiler name and arguments> <optional destination> <filename>.
+ * <compiler name and arguments> <optional destination> <filename>.
* This method builds an argument array out that. It should be used
* to define computeArguments for those compilers that follow the
* argument convention described above.