Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2010-05-03 13:43:57 +0000
committerThomas Watson2010-05-03 13:43:57 +0000
commitcd7e22341929e245d4b34134293bce204e3a8a5b (patch)
tree03c306723e1eb4bd345a3b058c1f5e576b168c6f
parent62f6775b2075a6bcf2aab46f84da917a5003549c (diff)
downloadrt.equinox.framework-cd7e22341929e245d4b34134293bce204e3a8a5b.tar.gz
rt.equinox.framework-cd7e22341929e245d4b34134293bce204e3a8a5b.tar.xz
rt.equinox.framework-cd7e22341929e245d4b34134293bce204e3a8a5b.zip
Bug 311369 javadoc error in N20100502-2000 wrt org.eclipse.osgi
-rw-r--r--bundles/org.eclipse.osgi/core/framework/org/eclipse/osgi/framework/console/CommandInterpreter.java2
1 files changed, 1 insertions, 1 deletions
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);

Back to the top