Github user bbende commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/2125#discussion_r142770583
  
    --- Diff: 
nifi-nar-bundles/nifi-standard-services/nifi-hbase_1_1_2-client-service-bundle/nifi-hbase_1_1_2-client-service/src/main/java/org/apache/nifi/hbase/HBase_1_1_2_ClientService.java
 ---
    @@ -88,16 +88,16 @@
     
         static final long TICKET_RENEWAL_PERIOD = 60000;
     
    -    private volatile Connection connection;
    +    protected volatile Connection connection;
         private volatile UserGroupInformation ugi;
         private volatile KerberosTicketRenewer renewer;
     
    -    private List<PropertyDescriptor> properties;
    -    private KerberosProperties kerberosProperties;
    +    protected List<PropertyDescriptor> properties;
    +    protected KerberosProperties kerberosProperties;
    --- End diff --
    
    Can we leave as private? don't see anything referencing it.


---

Reply via email to