Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2007-03-19 14:09:54 +0000
committerDarin Wright2007-03-19 14:09:54 +0000
commit670daca06bf8a7058ca14dd9c9b482057e94692b (patch)
treea78788ce8c40764423b148d4842d7cc79d15e63c /org.eclipse.debug.ui
parentbe3d63f8e731dc2cb0c3e7c42ef433afc8cd4d4b (diff)
downloadeclipse.platform.debug-670daca06bf8a7058ca14dd9c9b482057e94692b.tar.gz
eclipse.platform.debug-670daca06bf8a7058ca14dd9c9b482057e94692b.tar.xz
eclipse.platform.debug-670daca06bf8a7058ca14dd9c9b482057e94692b.zip
remove experimental tag
Diffstat (limited to 'org.eclipse.debug.ui')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/LaunchConfigurationTabExtension.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/LaunchConfigurationTabExtension.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/LaunchConfigurationTabExtension.java
index f06c5bf7e..5493a67ec 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/LaunchConfigurationTabExtension.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/LaunchConfigurationTabExtension.java
@@ -21,12 +21,6 @@ import org.eclipse.debug.ui.ILaunchConfigurationTab;
/**
* Provides a proxy to a launchConfigurationTabs extension point
*
- * <p>
- * <strong>EXPERIMENTAL</strong>. This method has been added as
- * part of a work in progress. There is no guarantee that this API will
- * remain unchanged during the 3.3 release cycle. Please do not use this API
- * without consulting with the Platform/Debug team.
- * </p>
* @since 3.3
*/
public final class LaunchConfigurationTabExtension {

Back to the top