Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerInputProvider.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerInputProvider.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerInputProvider.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerInputProvider.java
index dca273093..f691d2841 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerInputProvider.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IViewerInputProvider.java
@@ -24,15 +24,15 @@ package org.eclipse.debug.internal.ui.viewers.model.provisional;
* @see ViewerInputService
*/
public interface IViewerInputProvider {
-
+
/**
* Asynchronously determine the viewer input to the based on the active
* debug context and presentation context.
- *
- * @param update provides details about the request and stores the newly
+ *
+ * @param update provides details about the request and stores the newly
* computed viewer input
*/
public void update(IViewerInputUpdate update);
-
+
}

Back to the top