CompilerProcess.java: Fixed javadoc to by XHTML compliant.
authorMichael Koch <konqueror@gmx.de>
Mon, 31 May 2004 09:17:33 +0000 (09:17 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Mon, 31 May 2004 09:17:33 +0000 (09:17 +0000)
2004-05-31  Michael Koch  <konqueror@gmx.de>

* gnu/java/rmi/rmic/CompilerProcess.java:
Fixed javadoc to by XHTML compliant.

From-SVN: r82478

libjava/ChangeLog
libjava/gnu/java/rmi/rmic/CompilerProcess.java

index c4e37d74b2744ca584e00fa0d2271143610cc9ea..7901df26ece7ba6c91fb86b3e73bb91d54ef990d 100644 (file)
@@ -1,3 +1,8 @@
+2004-05-31  Michael Koch  <konqueror@gmx.de>
+
+       * gnu/java/rmi/rmic/CompilerProcess.java:
+       Fixed javadoc to by XHTML compliant.
+
 2004-05-30  Mark Wielaard  <mark@klomp.org>
 
        * java/awt/Toolkit.java (loadSystemColors): Implement.
index 0de36b62b0eca20d469dde829dadf4d1b87d15b5..d1907856b484ab334c210612d5d985cfc49d6c3f 100644 (file)
@@ -51,7 +51,7 @@ public abstract class CompilerProcess extends Compiler
    /**
     * 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>.
+    * &lt;compiler name and arguments&gt; &lt;optional destination&gt; &lt;filename&gt;.
     * 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.