Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjszursze2002-06-12 22:23:18 +0000
committerjszursze2002-06-12 22:23:18 +0000
commit30e970636744c3086758daaf7072c847f7bab0c8 (patch)
tree8c58597f72cf7117d7e77f1cfa88276c3b058ee5 /org.eclipse.debug.ui/ui
parent65f3aa11db467dba26d10d08cc40dbdb5bbc5dc4 (diff)
downloadeclipse.platform.debug-30e970636744c3086758daaf7072c847f7bab0c8.tar.gz
eclipse.platform.debug-30e970636744c3086758daaf7072c847f7bab0c8.tar.xz
eclipse.platform.debug-30e970636744c3086758daaf7072c847f7bab0c8.zip
cleanup JavaDoc
Diffstat (limited to 'org.eclipse.debug.ui/ui')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationTab.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationTab.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationTab.java
index 1bc8ae4c3..ab2e77e41 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationTab.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/ILaunchConfigurationTab.java
@@ -50,8 +50,7 @@ public interface ILaunchConfigurationTab {
/**
* Creates the top level control for this launch configuration
- * tab under the given parent composite. Marks the beginning
- * of this tab's lifecycle. This method is called once on
+ * tab under the given parent composite. This method is called once on
* tab creation, after <code>setLaunchConfigurationDialog</code>
* is called.
* <p>

Back to the top