charlesconnell commented on code in PR #6065:
URL: https://github.com/apache/hbase/pull/6065#discussion_r1681109833


##########
hbase-client/src/main/java/org/apache/hadoop/hbase/quotas/QuotaRetriever.java:
##########
@@ -52,21 +50,9 @@ public class QuotaRetriever implements Closeable, 
Iterable<QuotaSettings> {
   private Connection connection;
   private Table table;
 
-  /**
-   * Should QutoaRetriever manage the state of the connection, or leave it be.
-   */
-  private boolean isManagedConnection = false;
-
   QuotaRetriever() {

Review Comment:
   Are non-public methods of an IA.Public class required to go through a 
deprecation cycle, or only public methods?



-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to