z-york commented on a change in pull request #208: HBASE-22344 Documented the
deprecation of public and limited private …
URL: https://github.com/apache/hbase/pull/208#discussion_r279960286
##########
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/HTableDescriptor.java
##########
@@ -857,19 +863,31 @@ public void removeCoprocessor(String className) {
public static final HTableDescriptor NAMESPACE_TABLEDESC
= new HTableDescriptor(TableDescriptorBuilder.NAMESPACE_TABLEDESC);
+ /**
+ * @deprecated since 0.94.1
Review comment:
I'm assuming there will be a follow-up task to remove anything that can be
removed?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services