1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-09 10:05:24 +02:00

fixed warnings

This commit is contained in:
John Cortell 2010-03-04 16:48:01 +00:00
parent 7eb06f6213
commit e6794e5a2e
2 changed files with 2 additions and 0 deletions
dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/dsf/mi/service/command/commands

View file

@ -55,6 +55,7 @@ public class TestMIBreakInsertCommand {
return null;
}
@SuppressWarnings("rawtypes")
public Object getAdapter(Class adapter) {
return null;
}

View file

@ -56,6 +56,7 @@ public class TestMICommandConstructCommand {
return null;
}
@SuppressWarnings("rawtypes")
public Object getAdapter(Class adapter) {
return null;
}