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

Ted Yu commented on HBASE-5854:
-------------------------------

{code}
    * Constructor
    *
-   * @param conf
-   *          Configuration object
-   * @throws MasterNotRunningException
-   *           if the master is not running
-   * @throws ZooKeeperConnectionException
-   *           if unable to connect to ZooKeeper
+   * @param conf Configuration object
    */
-  public HBaseFsck(Configuration conf, ExecutorService exec) throws 
MasterNotRunningException,
-      ZooKeeperConnectionException, IOException, ClassNotFoundException {
+  public HBaseFsck(Configuration conf, ExecutorService exec) {
{code}
Where is the javadoc for exec parameter ?

> [findbugs] Fix hbck findbugs warnings
> -------------------------------------
>
>                 Key: HBASE-5854
>                 URL: https://issues.apache.org/jira/browse/HBASE-5854
>             Project: HBase
>          Issue Type: Sub-task
>          Components: hbck
>            Reporter: Jonathan Hsieh
>            Assignee: Jonathan Hsieh
>         Attachments: HBASE-5854-v1.patch
>
>
> In the reviews for HBASE-5654, Jon said he'd take on fixing the hbck findbugs 
> warnings.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to