Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2007-07-30 18:57:46 +0000
committerMichael Rennie2007-07-30 18:57:46 +0000
commitfe7a7a06ad6027c408352f65c1ab371178afa158 (patch)
treef4cc2e4d107018f6e43a9d9d4ec7371b58a86079 /org.eclipse.debug.ui/ui/org/eclipse/debug/ui/AbstractLaunchConfigurationTab.java
parent4187589aa0293ff8ee67adc9e13cbc9c809ebf78 (diff)
downloadeclipse.platform.debug-fe7a7a06ad6027c408352f65c1ab371178afa158.tar.gz
eclipse.platform.debug-fe7a7a06ad6027c408352f65c1ab371178afa158.tar.xz
eclipse.platform.debug-fe7a7a06ad6027c408352f65c1ab371178afa158.zip
Bug 191379 Console encoding does not match workspace encoding
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.java1
1 files changed, 0 insertions, 1 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 d7c438552..f9b7adef0 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
@@ -35,7 +35,6 @@ import org.eclipse.swt.widgets.Shell;
* @since 2.0
*/
public abstract class AbstractLaunchConfigurationTab implements ILaunchConfigurationTab {
-// TODO Add in access methods for createGroup, createLabel and createSingleText from SWTFactory post 3.2 API freeze
/**
* The control for this page, or <code>null</code>

Back to the top