Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/details/IDetailPaneContainer2.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/details/IDetailPaneContainer2.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/details/IDetailPaneContainer2.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/details/IDetailPaneContainer2.java
index 22177df57..7357961ea 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/details/IDetailPaneContainer2.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/details/IDetailPaneContainer2.java
@@ -20,9 +20,9 @@ import org.eclipse.jface.viewers.ISelectionProvider;
public interface IDetailPaneContainer2 extends IDetailPaneContainer {
/**
- * Set the selection provider of the detail pane. Allows the container to
+ * Set the selection provider of the detail pane. Allows the container to
* forward the selection provider events to the container's workbench site.
- *
+ *
* @param provider the selection provider or <code>null</code>
*/
public void setSelectionProvider(ISelectionProvider provider);

Back to the top