1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-30 21:55:31 +02:00

Warnings cleanup.

This commit is contained in:
Pawel Piech 2010-02-11 19:40:08 +00:00
parent 328163648d
commit c2c10e2ac1

View file

@ -65,7 +65,7 @@ abstract public class AbstractDMVMNode extends AbstractVMNode implements IVMNode
* return the context, otherwise delegate to IDMContext.getAdapter().
*/
@Override
@SuppressWarnings("unchecked")
@SuppressWarnings("rawtypes")
public Object getAdapter(Class adapter) {
Object superAdapter = super.getAdapter(adapter);
if (superAdapter != null) {