[
https://issues.apache.org/jira/browse/HBASE-14769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14991977#comment-14991977
]
Apekshit Sharma commented on HBASE-14769:
-----------------------------------------
HBASE-9182 added getTableNames(). But the reasons I think it's okay to remove
all these functions are, these are all unused String/byte[] counterparts of
TableName and do not need to be marked deprecated because the class was marked
Audience private in 1.0.0. I am not removing any functions which are still
required to support Admin class' deprecated functions. Those can be removed in
3.0.0.
Thanks [~stack] for reviewing.
> Remove unused functions and duplicate javadocs from HBaseAdmin
> ---------------------------------------------------------------
>
> Key: HBASE-14769
> URL: https://issues.apache.org/jira/browse/HBASE-14769
> Project: HBase
> Issue Type: Bug
> Reporter: Apekshit Sharma
> Assignee: Apekshit Sharma
> Attachments: HBASE-14769-master.patch
>
>
> HBaseAdmin is marked private, so removing the functions not being used
> anywhere.
> Also, the javadocs of overridden functions are same as corresponding ones in
> Admin.java. Since javadocs are automatically inherited from the interface
> class, we can remove these redundant 100s of lines.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)