Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/stringsubstitution/IArgumentSelector.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/stringsubstitution/IArgumentSelector.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/stringsubstitution/IArgumentSelector.java
index d2c919228..5d4437086 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/stringsubstitution/IArgumentSelector.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/stringsubstitution/IArgumentSelector.java
@@ -28,7 +28,7 @@ public interface IArgumentSelector {
* or <code>null</code> if none.
*
* @param variable the variable an argument is being selected for
- * @param the shell to create any dialogs on, or <code>null</code> if none
+ * @param shell the shell to create any dialogs on, or <code>null</code> if none
* @return argument for the given variable or <code>null</code>
* if none
*/

Back to the top