summaryrefslogtreecommitdiff
path: root/libjava/gnu
diff options
context:
space:
mode:
authormkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>2004-05-31 09:17:33 +0000
committermkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>2004-05-31 09:17:33 +0000
commit0c39fcd91ba331868737b84e1cf277608d0b4b19 (patch)
tree6125285e3511de4cd48535e3a5e08713bb19b0ed /libjava/gnu
parente739f726ed24276d5bb86af943d3c7134173fe21 (diff)
downloadgcc-0c39fcd91ba331868737b84e1cf277608d0b4b19.tar.gz
2004-05-31 Michael Koch <konqueror@gmx.de>
* gnu/java/rmi/rmic/CompilerProcess.java: Fixed javadoc to by XHTML compliant. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82478 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/gnu')
-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 0de36b62b0e..d1907856b48 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.