Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/provisional/MemoryViewPresentationContext.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/provisional/MemoryViewPresentationContext.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/provisional/MemoryViewPresentationContext.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/provisional/MemoryViewPresentationContext.java
index 42dd16ee0..5b35e5fa5 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/provisional/MemoryViewPresentationContext.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/provisional/MemoryViewPresentationContext.java
@@ -18,11 +18,11 @@ import org.eclipse.debug.ui.memory.IMemoryRenderingSite;
/**
* Presentation context from the Memory View. This presentation provides
* additional information regarding the originator of the asynchronous request.
- *
+ *
* Clients may reference or subclass from this class.
- *
+ *
* @since 3.2
- *
+ *
*/
public class MemoryViewPresentationContext extends PresentationContext {
@@ -32,7 +32,7 @@ public class MemoryViewPresentationContext extends PresentationContext {
/**
* Constructs MemoryViewPresentationContext
- *
+ *
* @param site - the memory rendering site that this presentation context is
* for
* @param container - the memory rendering container that this presentation
@@ -50,7 +50,7 @@ public class MemoryViewPresentationContext extends PresentationContext {
/**
* Returns the memory rendering site that this presentation context is for
- *
+ *
* @return the memory rendering site that this presentation context is for
*/
public IMemoryRenderingSite getMemoryRenderingSite() {
@@ -60,7 +60,7 @@ public class MemoryViewPresentationContext extends PresentationContext {
/**
* Returns the memory rendering container that this presentation context is
* for
- *
+ *
* @return the memory rendering container that this presentation context is
* for, <code>null</code> if none.
*/
@@ -70,7 +70,7 @@ public class MemoryViewPresentationContext extends PresentationContext {
/**
* Returns the memory rendering that this presentation context is for
- *
+ *
* @return the memory rendering that this presentation context is for,
* <code>null</code> if none.
*/

Back to the top