Commit 771b9ca3 by Michael Koch Committed by Michael Koch

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
parent e784e649
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.
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment