fix build for Java 8

This commit is contained in:
anhefti 2021-04-22 08:53:57 +02:00
parent 18dce53170
commit 0e192bc76f

View file

@ -29,7 +29,7 @@ public class RemoveCertificate extends RestCall<Void> {
super(new TypeKey<>(
CallType.GET_SINGLE,
EntityType.CERTIFICATE,
new TypeReference<>() {
new TypeReference<Void>() {
}),
HttpMethod.GET,
MediaType.APPLICATION_FORM_URLENCODED,