1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +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(). * return the context, otherwise delegate to IDMContext.getAdapter().
*/ */
@Override @Override
@SuppressWarnings("unchecked") @SuppressWarnings("rawtypes")
public Object getAdapter(Class adapter) { public Object getAdapter(Class adapter) {
Object superAdapter = super.getAdapter(adapter); Object superAdapter = super.getAdapter(adapter);
if (superAdapter != null) { if (superAdapter != null) {