1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +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

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;
}