[
https://issues.apache.org/jira/browse/HBASE-21716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16748423#comment-16748423
]
Duo Zhang commented on HBASE-21716:
-----------------------------------
[~pingsutw]
See below
{code}
+ /**
+ * @return Name of this table and then a map of all of the column family
+ * descriptors (with only the non-default column family attributes) <====
this line should have indent instead of align with the @return above.
+ */
+ String toStringCustomizedValues();
+
{code}
> Add toStringCustomizedValues to TableDescriptor
> -----------------------------------------------
>
> Key: HBASE-21716
> URL: https://issues.apache.org/jira/browse/HBASE-21716
> Project: HBase
> Issue Type: Task
> Reporter: Duo Zhang
> Assignee: kevin su
> Priority: Major
> Labels: beginner
> Attachments: HBASE-21716.patch01, HBASE-21716.v1.patch
>
>
> HTableDescriptor.toStringCustomizedValues is used in our code base,especially
> that on the web page, we should add this method to TableDescriptor if we want
> to remove HTableDescriptor completely
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)