mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Bug 173792: Modules view needs to catch up with 3.3M5. Cleanup.
This commit is contained in:
parent
7ad1539548
commit
75ab77d311
1 changed files with 0 additions and 3 deletions
|
@ -18,14 +18,12 @@ import org.eclipse.cdt.debug.internal.ui.views.modules.ModuleProxyFactory;
|
||||||
import org.eclipse.core.runtime.IAdapterFactory;
|
import org.eclipse.core.runtime.IAdapterFactory;
|
||||||
import org.eclipse.debug.internal.ui.viewers.model.provisional.IElementContentProvider;
|
import org.eclipse.debug.internal.ui.viewers.model.provisional.IElementContentProvider;
|
||||||
import org.eclipse.debug.internal.ui.viewers.model.provisional.IModelProxyFactoryAdapter;
|
import org.eclipse.debug.internal.ui.viewers.model.provisional.IModelProxyFactoryAdapter;
|
||||||
import org.eclipse.debug.internal.ui.viewers.provisional.IAsynchronousLabelAdapter;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Comment for .
|
* Comment for .
|
||||||
*/
|
*/
|
||||||
public class CDebugElementAdapterFactory implements IAdapterFactory {
|
public class CDebugElementAdapterFactory implements IAdapterFactory {
|
||||||
|
|
||||||
// private static IAsynchronousLabelAdapter fgModuleLabelAdapter = new AsynchronousDebugLabelAdapter();
|
|
||||||
private static IElementContentProvider fgModuleContentProvider = new ModuleContentProvider();
|
private static IElementContentProvider fgModuleContentProvider = new ModuleContentProvider();
|
||||||
private static IModelProxyFactoryAdapter fgModuleProxyFactory = new ModuleProxyFactory();
|
private static IModelProxyFactoryAdapter fgModuleProxyFactory = new ModuleProxyFactory();
|
||||||
|
|
||||||
|
@ -62,7 +60,6 @@ public class CDebugElementAdapterFactory implements IAdapterFactory {
|
||||||
public Class[] getAdapterList() {
|
public Class[] getAdapterList() {
|
||||||
return new Class[] {
|
return new Class[] {
|
||||||
IElementContentProvider.class,
|
IElementContentProvider.class,
|
||||||
IAsynchronousLabelAdapter.class,
|
|
||||||
IModelProxyFactoryAdapter.class
|
IModelProxyFactoryAdapter.class
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue