mikewalch commented on a change in pull request #528: Refactored ClientContext 
& reduced use of Instance
URL: https://github.com/apache/accumulo/pull/528#discussion_r195094637
 
 

 ##########
 File path: 
core/src/main/java/org/apache/accumulo/core/client/impl/ClientContext.java
 ##########
 @@ -50,11 +49,11 @@
  */
 public class ClientContext {
 
-  protected final Instance inst;
+  private ClientInfo info;
+  protected Instance inst;
 
 Review comment:
   There is already a getter.  It was protected because it is used by 
`AccumuloServerContext` which uses it with `instanceof`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to