mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
Warnings cleanup.
This commit is contained in:
parent
468a9c4180
commit
7fdf059e22
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ abstract public class AbstractDMContext extends PlatformObject
|
|||
* @see org.eclipse.runtime.IAdapterManager
|
||||
*/
|
||||
@Override
|
||||
@SuppressWarnings("unchecked")
|
||||
@SuppressWarnings("rawtypes")
|
||||
public Object getAdapter(Class adapterType) {
|
||||
Object retVal = null;
|
||||
DsfSession session = DsfSession.getSession(fSessionId);
|
||||
|
|
Loading…
Add table
Reference in a new issue