mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +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().
|
* 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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue