Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingTypeDelegate.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingTypeDelegate.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingTypeDelegate.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingTypeDelegate.java
index 94291240b..0e273c203 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingTypeDelegate.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/memory/IMemoryRenderingTypeDelegate.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
*******************************************************************************/
@@ -16,17 +16,17 @@ import org.eclipse.core.runtime.CoreException;
* A factory that creates memory renderings.
* <p>
* Clients contributing a memory rendering type are intended to implement this
- * interface. This factory will be used to create renderings.
+ * interface. This factory will be used to create renderings.
* </p>
* @since 3.1
* @see org.eclipse.debug.ui.memory.IMemoryRendering
*/
public interface IMemoryRenderingTypeDelegate {
-
+
/**
* Creates and returns a rendering of the specified type, or <code>null</code>
* if none.
- *
+ *
* @param id unique identifier of a memory rendering type
* @return a new rendering of the given type or <code>null</code>
* @exception CoreException if unable to create the rendering

Back to the top