1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-25 18:05:33 +02:00

Fixed warning

This commit is contained in:
John Cortell 2010-01-25 20:36:52 +00:00
parent 4197295a2c
commit e59e5c3e2b

View file

@ -534,7 +534,7 @@ public class MemoryBrowser extends ViewPart implements IDebugContextListener, IM
public IDebugTarget getDebugTarget() { return null; }
public ILaunch getLaunch() { return null; }
public String getModelIdentifier() { return null; }
@SuppressWarnings("unchecked") // one warning is enough (in the import section)
@SuppressWarnings("rawtypes")
public Object getAdapter(Class adapter) { return null; }
});
}