diff options
author | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-31 09:17:33 +0000 |
---|---|---|
committer | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-31 09:17:33 +0000 |
commit | 0c39fcd91ba331868737b84e1cf277608d0b4b19 (patch) | |
tree | 6125285e3511de4cd48535e3a5e08713bb19b0ed /libjava/gnu | |
parent | e739f726ed24276d5bb86af943d3c7134173fe21 (diff) | |
download | gcc-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.java | 2 |
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>. + * <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. |