[ 
https://issues.apache.org/jira/browse/HBASE-7014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13481151#comment-13481151
 ] 

liang xie commented on HBASE-7014:
----------------------------------

the serverConnections definition :
{quote}
private final Map<ServerName, AdminProtocol> serverConnections =
    new HashMap<ServerName, AdminProtocol>();
{quote}

so the original code : "AdminProtocol admin = 
this.serverConnections.get(sn.toString());" is weird, though works as well... 
                
> cleanup 4 minor findbug warings
> -------------------------------
>
>                 Key: HBASE-7014
>                 URL: https://issues.apache.org/jira/browse/HBASE-7014
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: liang xie
>            Assignee: liang xie
>            Priority: Minor
>             Fix For: 0.96.0
>
>         Attachments: HBASE-7014.patch
>
>


--
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

Reply via email to