Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2006-04-10 14:40:20 +0000
committerDarin Wright2006-04-10 14:40:20 +0000
commit5929df8a063f04e751186bc7b0db85f6203c4946 (patch)
tree58b305b40fdbb155bef01f9444693b0713f437d6 /org.eclipse.debug.ui/ui/org/eclipse/debug/ui/AbstractLaunchConfigurationTab.java
parent0d40989d664af8184b7f669941eadcc81aa95f62 (diff)
downloadeclipse.platform.debug-5929df8a063f04e751186bc7b0db85f6203c4946.tar.gz
eclipse.platform.debug-5929df8a063f04e751186bc7b0db85f6203c4946.tar.xz
eclipse.platform.debug-5929df8a063f04e751186bc7b0db85f6203c4946.zip
Bug 135877 - Warning in latest nightly build
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/ui/AbstractLaunchConfigurationTab.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/AbstractLaunchConfigurationTab.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/AbstractLaunchConfigurationTab.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/AbstractLaunchConfigurationTab.java
index 7ac47ca0b..ddaa3e4fb 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/AbstractLaunchConfigurationTab.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/AbstractLaunchConfigurationTab.java
@@ -33,10 +33,9 @@ import org.eclipse.swt.widgets.Shell;
* </p>
* @see ILaunchConfigurationTab
* @since 2.0
- *
- * @TODO Add in accessor methods for createGroup, createLabel and createSingleText from SWTUtil post 3.2 API freeze
*/
public abstract class AbstractLaunchConfigurationTab implements ILaunchConfigurationTab {
+// TODO Add in accessor methods for createGroup, createLabel and createSingleText from SWTUtil post 3.2 API freeze
/**
* The control for this page, or <code>null</code>

Back to the top