mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Fixed a compiler warning.
This commit is contained in:
parent
7bc5a81935
commit
e8e43a37f8
1 changed files with 1 additions and 2 deletions
|
@ -153,8 +153,7 @@ class AutoTypeResolver implements ICPPFunctionTemplate {
|
|||
}
|
||||
|
||||
@Override
|
||||
@SuppressWarnings("rawtypes")
|
||||
public Object getAdapter(Class adapter) {
|
||||
public <T> T getAdapter(Class<T> adapter) {
|
||||
throw new UnsupportedOperationException(UNEXPECTED_CALL);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue