Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IElementFactory.java')
-rw-r--r--bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IElementFactory.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IElementFactory.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IElementFactory.java
index 09f7cc0ff0d..fa9c7ce0910 100644
--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IElementFactory.java
+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IElementFactory.java
@@ -35,7 +35,7 @@ import org.eclipse.core.runtime.IAdaptable;
* @see org.eclipse.ui.IWorkbench#getElementFactory
*/
public interface IElementFactory {
- /**
+ /**
* Re-creates and returns an object from the state captured within the given
* memento.
* <p>
@@ -52,5 +52,5 @@ public interface IElementFactory {
* @param memento a memento containing the state for the object
* @return an object, or <code>null</code> if the element could not be created
*/
- IAdaptable createElement(IMemento memento);
+ IAdaptable createElement(IMemento memento);
}

Back to the top