Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Edgar2005-03-28 20:14:13 +0000
committerNick Edgar2005-03-28 20:14:13 +0000
commit34478d04138b37a36890ea95ce98af69d99f71ee (patch)
tree218b19d93a6537edd70c3994c93e71e49a5ad4fe /bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IPersistable.java
parent54ba221d27e0191f963233cf8d879073a6b07a1b (diff)
downloadeclipse.platform.ui-34478d04138b37a36890ea95ce98af69d99f71ee.tar.gz
eclipse.platform.ui-34478d04138b37a36890ea95ce98af69d99f71ee.tar.xz
eclipse.platform.ui-34478d04138b37a36890ea95ce98af69d99f71ee.zip
Javadoc: removed ref to internal interface
Diffstat (limited to 'bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IPersistable.java')
-rw-r--r--bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IPersistable.java6
1 files changed, 1 insertions, 5 deletions
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IPersistable.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IPersistable.java
index e0ba8ce2fc4..22b4d6e6973 100644
--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IPersistable.java
+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/IPersistable.java
@@ -13,11 +13,7 @@ package org.eclipse.ui;
/**
* Objects implementing this interface are capable of saving their
- * state in an IMemento.
- * <p>
- * Note that parts that implement this interface will typically take
- * an ISavedState in their constructor which supplies their initial state.
- * </p>
+ * state in an {@link IMemento}.
*
* @since 3.1
*/

Back to the top