aboutsummaryrefslogtreecommitdiff
path: root/libjava/gnu/java/rmi/rmic/CompilerProcess.java
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2004-05-31 09:17:33 +0000
committerMichael Koch <mkoch@gcc.gnu.org>2004-05-31 09:17:33 +0000
commit771b9ca31fd14342715c581d690d584d0e1df3cb (patch)
tree6125285e3511de4cd48535e3a5e08713bb19b0ed /libjava/gnu/java/rmi/rmic/CompilerProcess.java
parente784e64956c558965e01fc239371949d3ac98c90 (diff)
downloadgcc-771b9ca31fd14342715c581d690d584d0e1df3cb.zip
gcc-771b9ca31fd14342715c581d690d584d0e1df3cb.tar.gz
gcc-771b9ca31fd14342715c581d690d584d0e1df3cb.tar.bz2
CompilerProcess.java: Fixed javadoc to by XHTML compliant.
2004-05-31 Michael Koch <konqueror@gmx.de> * gnu/java/rmi/rmic/CompilerProcess.java: Fixed javadoc to by XHTML compliant. From-SVN: r82478
Diffstat (limited to 'libjava/gnu/java/rmi/rmic/CompilerProcess.java')
-rw-r--r--libjava/gnu/java/rmi/rmic/CompilerProcess.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/gnu/java/rmi/rmic/CompilerProcess.java b/libjava/gnu/java/rmi/rmic/CompilerProcess.java
index 0de36b6..d190785 100644
--- a/libjava/gnu/java/rmi/rmic/CompilerProcess.java
+++ b/libjava/gnu/java/rmi/rmic/CompilerProcess.java
@@ -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.