andrewgaul commented on this pull request.
> @@ -82,7 +82,7 @@
public Function<HttpResponse, ?> apply(HttpRequest in) {
GeneratedHttpRequest request = GeneratedHttpRequest.class.cast(in);
Function<HttpResponse, ?> transformer;
- Class<? extends HandlerWithResult<?>> handler =
getSaxResponseParserClassOrNull(request.getInvocation()
+ Class<? extends HandlerWithResult> handler =
getSaxResponseParserClassOrNull(request.getInvocation()
Removing this should generate a warning, not an error.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1036#discussion_r108467366