From cd7e22341929e245d4b34134293bce204e3a8a5b Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Mon, 3 May 2010 13:43:57 +0000 Subject: Bug 311369 javadoc error in N20100502-2000 wrt org.eclipse.osgi --- .../org/eclipse/osgi/framework/console/CommandInterpreter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bundles') diff --git a/bundles/org.eclipse.osgi/core/framework/org/eclipse/osgi/framework/console/CommandInterpreter.java b/bundles/org.eclipse.osgi/core/framework/org/eclipse/osgi/framework/console/CommandInterpreter.java index 52784ca6e..4289feae1 100644 --- a/bundles/org.eclipse.osgi/core/framework/org/eclipse/osgi/framework/console/CommandInterpreter.java +++ b/bundles/org.eclipse.osgi/core/framework/org/eclipse/osgi/framework/console/CommandInterpreter.java @@ -37,7 +37,7 @@ public interface CommandInterpreter { /** * Execute a command line as if it came from the end user * and return the result. - * @param The command line to execute. + * @param cmd The command line to execute. * @return the result of the command. */ public Object execute(String cmd); -- cgit v1.2.3