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

Ted Yu commented on HBASE-7588:
-------------------------------

{code}
+      if (this == obj)
+        return true;
+      if (obj == null || getClass() != obj.getClass())
+        return false;
{code}
style: move the return statement to the end of line above.
                
> Fix two findbugs warning in MemStoreFlusher
> -------------------------------------------
>
>                 Key: HBASE-7588
>                 URL: https://issues.apache.org/jira/browse/HBASE-7588
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Jean-Marc Spaggiari
>            Assignee: Jean-Marc Spaggiari
>            Priority: Minor
>             Fix For: 0.96.0
>
>         Attachments: HBASE-7588-v0-trunk.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