fix build for Java 8
This commit is contained in:
parent
18dce53170
commit
0e192bc76f
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ public class RemoveCertificate extends RestCall<Void> {
|
||||||
super(new TypeKey<>(
|
super(new TypeKey<>(
|
||||||
CallType.GET_SINGLE,
|
CallType.GET_SINGLE,
|
||||||
EntityType.CERTIFICATE,
|
EntityType.CERTIFICATE,
|
||||||
new TypeReference<>() {
|
new TypeReference<Void>() {
|
||||||
}),
|
}),
|
||||||
HttpMethod.GET,
|
HttpMethod.GET,
|
||||||
MediaType.APPLICATION_FORM_URLENCODED,
|
MediaType.APPLICATION_FORM_URLENCODED,
|
||||||
|
|
Loading…
Reference in a new issue