mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 09:45:39 +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
|
* @see org.eclipse.runtime.IAdapterManager
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("rawtypes")
|
||||||
public Object getAdapter(Class adapterType) {
|
public Object getAdapter(Class adapterType) {
|
||||||
Object retVal = null;
|
Object retVal = null;
|
||||||
DsfSession session = DsfSession.getSession(fSessionId);
|
DsfSession session = DsfSession.getSession(fSessionId);
|
||||||
|
|
Loading…
Add table
Reference in a new issue