Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/ui/stringsubstitution/IArgumentSelector.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/stringsubstitution/IArgumentSelector.java10
1 files changed, 5 insertions, 5 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 5d4437086..93b6a4c87 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
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
@@ -16,17 +16,17 @@ import org.eclipse.swt.widgets.Shell;
/**
* A variable presentation extension can contribute an argument selector
- * which is use to configure the argument for a string substitution
+ * which is use to configure the argument for a string substitution
* variable.
- *
+ *
* @since 3.9
*/
public interface IArgumentSelector {
/**
- * Selects and returns an argument for the given variable,
+ * Selects and returns an argument for the given variable,
* or <code>null</code> if none.
- *
+ *
* @param variable the variable an argument is being selected for
* @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>

Back to the top