This is an automated email from the ASF dual-hosted git repository.

ibella pushed a commit to branch 1.10
in repository https://gitbox.apache.org/repos/asf/accumulo.git

commit fb16d7c4d777d7927776181ed372c5bba228bb5b
Author: Ivan Bella <i...@bella.name>
AuthorDate: Fri Apr 9 17:34:38 2021 +0000

    re #2006: changed method from public to protected
---
 .../accumulo/server/master/balancer/HostRegexTableLoadBalancer.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/server/base/src/main/java/org/apache/accumulo/server/master/balancer/HostRegexTableLoadBalancer.java
 
b/server/base/src/main/java/org/apache/accumulo/server/master/balancer/HostRegexTableLoadBalancer.java
index 246568f..f20e6d2 100644
--- 
a/server/base/src/main/java/org/apache/accumulo/server/master/balancer/HostRegexTableLoadBalancer.java
+++ 
b/server/base/src/main/java/org/apache/accumulo/server/master/balancer/HostRegexTableLoadBalancer.java
@@ -255,7 +255,7 @@ public class HostRegexTableLoadBalancer extends 
TableLoadBalancer implements Con
     LOG.info("{}", this);
   }
 
-  public void parseSystemConfiguration(ServerConfiguration conf) {
+  protected void parseSystemConfiguration(ServerConfiguration conf) {
     // reparse the table configuration properties in case a table property is 
being
     // changed at the system level.
     parseTableConfiguration(conf);

Reply via email to