1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 01:15:29 +02:00

Warnings cleanup.

This commit is contained in:
Pawel Piech 2010-01-09 00:54:36 +00:00
parent 468a9c4180
commit 7fdf059e22

View file

@ -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);