From 0c39fcd91ba331868737b84e1cf277608d0b4b19 Mon Sep 17 00:00:00 2001 From: mkoch Date: Mon, 31 May 2004 09:17:33 +0000 Subject: 2004-05-31 Michael Koch * gnu/java/rmi/rmic/CompilerProcess.java: Fixed javadoc to by XHTML compliant. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82478 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/gnu/java/rmi/rmic/CompilerProcess.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libjava/gnu/java/rmi/rmic') 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. -- cgit v1.2.3