mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-30 21:55:31 +02:00
Warnings cleanup.
This commit is contained in:
parent
328163648d
commit
c2c10e2ac1
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue