Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.core/core/org/eclipse/debug/core/model/IWatchExpressionDelegate.java')
-rw-r--r--org.eclipse.debug.core/core/org/eclipse/debug/core/model/IWatchExpressionDelegate.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IWatchExpressionDelegate.java b/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IWatchExpressionDelegate.java
index ec662ecc1..0757ee95a 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IWatchExpressionDelegate.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IWatchExpressionDelegate.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
*******************************************************************************/
@@ -33,16 +33,16 @@ package org.eclipse.debug.core.model;
* </p>
* @see org.eclipse.debug.core.model.IWatchExpression
* @see org.eclipse.debug.core.model.IWatchExpressionListener
- *
+ *
* @since 3.0
*/
public interface IWatchExpressionDelegate {
-
+
/**
* Evaluates the given expression in the given context asynchronously and
* notifies the given listener when the evaluation finishes.
- *
- * @param expression the expression to evaluate
+ *
+ * @param expression the expression to evaluate
* @param context the context for the evaluation
* @param listener the listener to notify when the evaluation completes
*/

Back to the top