mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 08:46:02 +02:00
Cosmetics.
This commit is contained in:
parent
d7e9048685
commit
f5fb221fa2
1 changed files with 9 additions and 10 deletions
|
@ -17,8 +17,7 @@ import org.eclipse.debug.ui.AbstractLaunchConfigurationTab;
|
||||||
* Common function for debugger pages.
|
* Common function for debugger pages.
|
||||||
* @since 3.1
|
* @since 3.1
|
||||||
*/
|
*/
|
||||||
abstract public class AbstractCDebuggerPage
|
abstract public class AbstractCDebuggerPage extends AbstractLaunchConfigurationTab
|
||||||
extends AbstractLaunchConfigurationTab
|
|
||||||
implements ICDebuggerPage, ICDebuggerPageExtension {
|
implements ICDebuggerPage, ICDebuggerPageExtension {
|
||||||
|
|
||||||
private String fDebuggerID = null;
|
private String fDebuggerID = null;
|
||||||
|
@ -74,7 +73,7 @@ abstract public class AbstractCDebuggerPage
|
||||||
* @since 7.0
|
* @since 7.0
|
||||||
*/
|
*/
|
||||||
protected void contentChanged() {
|
protected void contentChanged() {
|
||||||
for ( Object l : fContentListeners.getListeners() )
|
for (Object listener : fContentListeners.getListeners())
|
||||||
((IContentChangeListener)l).contentChanged();
|
((IContentChangeListener) listener).contentChanged();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue