Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingSite2.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingSite2.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingSite2.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingSite2.java
index 037811e97..94fed29ef 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingSite2.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingSite2.java
@@ -11,16 +11,16 @@
package org.eclipse.debug.ui.memory;
/**
- * Extension to memory site that allows a client to request a rendering container
+ * Extension to memory site that allows a client to request a rendering container
* to become visible.
- *
+ *
* @since 3.8
*/
public interface IMemoryRenderingSite2 extends IMemoryRenderingSite {
-
+
/**
- * Sets whether the identified container should be visible.
- *
+ * Sets whether the identified container should be visible.
+ *
* @param id identifier of the container to be affected
* @param visible whether the given container should be made visible
*/

Back to the top