From: Michael Koch Date: Mon, 31 May 2004 09:17:33 +0000 (+0000) Subject: CompilerProcess.java: Fixed javadoc to by XHTML compliant. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=771b9ca31fd14342715c581d690d584d0e1df3cb;p=gcc.git CompilerProcess.java: Fixed javadoc to by XHTML compliant. 2004-05-31 Michael Koch * gnu/java/rmi/rmic/CompilerProcess.java: Fixed javadoc to by XHTML compliant. From-SVN: r82478 --- diff --git a/libjava/ChangeLog b/libjava/ChangeLog index c4e37d74b27..7901df26ece 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,8 @@ +2004-05-31 Michael Koch + + * gnu/java/rmi/rmic/CompilerProcess.java: + Fixed javadoc to by XHTML compliant. + 2004-05-30 Mark Wielaard * java/awt/Toolkit.java (loadSystemColors): Implement. 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>. * 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.