mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Cosmetics.
This commit is contained in:
parent
fcf03e2a53
commit
c7bf0c7e89
1 changed files with 0 additions and 3 deletions
|
@ -23,9 +23,7 @@ import org.eclipse.core.runtime.Plugin;
|
||||||
import org.eclipse.swt.widgets.Display;
|
import org.eclipse.swt.widgets.Display;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public class CTestPlugin extends Plugin {
|
public class CTestPlugin extends Plugin {
|
||||||
|
|
||||||
public static String PLUGIN_ID = "org.eclipse.cdt.ui.tests"; //$NON-NLS-1$
|
public static String PLUGIN_ID = "org.eclipse.cdt.ui.tests"; //$NON-NLS-1$
|
||||||
private static CTestPlugin fgDefault;
|
private static CTestPlugin fgDefault;
|
||||||
|
|
||||||
|
@ -69,5 +67,4 @@ public class CTestPlugin extends Plugin {
|
||||||
}
|
}
|
||||||
return display;
|
return display;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue