2004-05-31 Michael Koch <konqueror@gmx.de>
* gnu/java/rmi/rmic/CompilerProcess.java:
Fixed javadoc to by XHTML compliant.
From-SVN: r82478
+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.
/**
* 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.