You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to remove the final modifier from HttpBackOffUnsuccessfulResponseHandler#handleResponse [1] so it lets a chance to log or trigger something? (without having to rewrite it) HttpBackOffIOExceptionHandler [2] does not have the final modifier for instance.
Would it be possible to remove the final modifier from
HttpBackOffUnsuccessfulResponseHandler#handleResponse[1] so it lets a chance to log or trigger something? (without having to rewrite it)HttpBackOffIOExceptionHandler[2] does not have the final modifier for instance.[1] https://github.com/googleapis/google-http-java-client/blob/master/google-http-client/src/main/java/com/google/api/client/http/HttpBackOffUnsuccessfulResponseHandler.java#L139
[2] https://github.com/googleapis/google-http-java-client/blob/master/google-http-client/src/main/java/com/google/api/client/http/HttpBackOffIOExceptionHandler.java#L108
Environment details