mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +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
|
@Override
|
||||||
@SuppressWarnings("rawtypes")
|
public <T> T getAdapter(Class<T> adapter) {
|
||||||
public Object getAdapter(Class adapter) {
|
|
||||||
throw new UnsupportedOperationException(UNEXPECTED_CALL);
|
throw new UnsupportedOperationException(UNEXPECTED_CALL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue