You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org> on 2013/07/31 03:57:48 UTC

[jira] [Created] (HADOOP-9803) Add generic type parameter to RetryInvocationHandler

Tsz Wo (Nicholas), SZE created HADOOP-9803:
----------------------------------------------

             Summary: Add generic type parameter to RetryInvocationHandler
                 Key: HADOOP-9803
                 URL: https://issues.apache.org/jira/browse/HADOOP-9803
             Project: Hadoop Common
          Issue Type: Improvement
          Components: ipc
            Reporter: Tsz Wo (Nicholas), SZE
            Assignee: Tsz Wo (Nicholas), SZE
            Priority: Minor


{code}
//RetryInvocationHandler.java
private final FailoverProxyProvider proxyProvider;
{code}
FailoverProxyProvider in the field above requires a generic type parameter.  So RetryInvocationHandler should also has a generic type parameter.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira