diff -r 1d96f83e60ef -r f1dffcbe3e11 debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/newwizard/DebugRunProcessSection.java --- a/debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/newwizard/DebugRunProcessSection.java Wed Feb 10 08:00:37 2010 -0600 +++ b/debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/newwizard/DebugRunProcessSection.java Wed Feb 10 09:22:42 2010 -0600 @@ -35,17 +35,11 @@ super(data, MessageFormat.format("{0} process", data.getModeLabel())); } - /* (non-Javadoc) - * @see com.nokia.cdt.internal.debug.launch.wizard2.IWizardSection#createComposite(org.eclipse.swt.widgets.Composite) - */ @Override public void createControl(Composite parent) { createSection(parent, 1); } - /* (non-Javadoc) - * @see com.nokia.cdt.internal.debug.launch.wizard2.AbstractLaunchWizardSection#dispose() - */ @Override protected void dispose() { @@ -60,26 +54,17 @@ data.setExeSelectionPath(data.getDefaultExecutable()); } - /* (non-Javadoc) - * @see com.nokia.cdt.internal.debug.launch.wizard2.AbstractLaunchWizardSection#createChangeSettingsDialog(org.eclipse.swt.widgets.Shell, com.nokia.cdt.internal.debug.launch.wizard2.LaunchOptionsData) - */ @Override protected AbstractLaunchSettingsDialog createChangeSettingsDialog( Shell shell, LaunchOptionsData dialogData) { return new DebugRunProcessDialog(shell, dialogData); } - /* (non-Javadoc) - * @see com.nokia.cdt.internal.debug.launch.wizard2.AbstractLaunchWizardSection#refresh() - */ @Override protected void refresh() { updateUI(); } - /* (non-Javadoc) - * @see com.nokia.cdt.internal.debug.launch.wizard2.AbstractLaunchWizardSection#validate() - */ @Override protected void validate() {