Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
//RetryInvocationHandler.java private final FailoverProxyProvider proxyProvider;
FailoverProxyProvider in the field above requires a generic type parameter. So RetryInvocationHandler should also has a generic type parameter.
Attachments
Attachments
Issue Links
- incorporates
-
HADOOP-9793 RetryInvocationHandler uses raw types that should be parameterized
- Resolved