mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
fixed warnings
This commit is contained in:
parent
7eb06f6213
commit
e6794e5a2e
2 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,7 @@ public class TestMIBreakInsertCommand {
|
|||
return null;
|
||||
}
|
||||
|
||||
@SuppressWarnings("rawtypes")
|
||||
public Object getAdapter(Class adapter) {
|
||||
return null;
|
||||
}
|
||||
|
|
|
@ -56,6 +56,7 @@ public class TestMICommandConstructCommand {
|
|||
return null;
|
||||
}
|
||||
|
||||
@SuppressWarnings("rawtypes")
|
||||
public Object getAdapter(Class adapter) {
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue