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:
parent
e784e64956
commit
771b9ca31f
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue