mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 18:05:33 +02:00
Fixed warning
This commit is contained in:
parent
4197295a2c
commit
e59e5c3e2b
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue