Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2007-05-30 16:24:38 +0000
committerChris Goldthorpe2007-05-30 16:24:38 +0000
commit8f030feeeb1a424cc8f1e491c96ffd1e0f6ac76b (patch)
tree9b5ad7eb14961b1546896ccfbeadda8ef5417611 /org.eclipse.ui.intro
parent8e5dc4d3d1e353eefdbb002ebdacf6819dfb4466 (diff)
downloadeclipse.platform.ua-8f030feeeb1a424cc8f1e491c96ffd1e0f6ac76b.tar.gz
eclipse.platform.ua-8f030feeeb1a424cc8f1e491c96ffd1e0f6ac76b.tar.xz
eclipse.platform.ua-8f030feeeb1a424cc8f1e491c96ffd1e0f6ac76b.zip
Bug 187379 - Missing intro API package javadoc and typos in javadoc
Diffstat (limited to 'org.eclipse.ui.intro')
-rw-r--r--org.eclipse.ui.intro/src/org/eclipse/ui/intro/config/CustomizableIntroPart.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.ui.intro/src/org/eclipse/ui/intro/config/CustomizableIntroPart.java b/org.eclipse.ui.intro/src/org/eclipse/ui/intro/config/CustomizableIntroPart.java
index b68b13d4e..52076629b 100644
--- a/org.eclipse.ui.intro/src/org/eclipse/ui/intro/config/CustomizableIntroPart.java
+++ b/org.eclipse.ui.intro/src/org/eclipse/ui/intro/config/CustomizableIntroPart.java
@@ -51,18 +51,18 @@ import org.eclipse.ui.part.IntroPart;
* can be static or dynamic. Static is html files, dynamic is markup in content
* files. Again, both of which can be specified using the above extension point.
* <p>
- * Memento Support: This intro part tries to restore its presvious state when
+ * Memento Support: This intro part tries to restore its previous state when
* possible. The state of the intro page is remembered, along with which standby
* content content part was opened. IStandbyContent parts are passed the Intro's
* memento shortly after construction, and are expected to restore there own
- * state based on the momento. The customizable intro part handles there initial
+ * state based on the memento. The customizable intro part handles there initial
* creation on load, and leaves restoring state to content part. Same with
- * saving state. The memento is paased shortlt before shutdown to enable storing
+ * saving state. The memento is passed shortly before shutdown to enable storing
* of part specific data.
*
* Note: This class was made public for re-use, as-is, as a valid class for the
* <code>org.eclipse.ui.intro</code> extension point. It is not intended to be
- * subclassed or used otheriwse.
+ * subclassed or used otherwise.
* </p>
*
* @since 3.0

Back to the top