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
This commit is contained in:
Michael Koch 2004-05-31 09:17:33 +00:00 committed by Michael Koch
parent e784e64956
commit 771b9ca31f
2 changed files with 6 additions and 1 deletions

View 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.