adoroszlai commented on a change in pull request #15: AMBARI-24895 - Infra 
Manager: code clean up
URL: https://github.com/apache/ambari-infra/pull/15#discussion_r233995622
 
 

 ##########
 File path: 
ambari-infra-manager-it/src/test/java/org/apache/ambari/infra/InfraClient.java
 ##########
 @@ -49,7 +49,7 @@
 
 // TODO: use swagger
 public class InfraClient implements AutoCloseable {
-  private static final Logger LOG = LoggerFactory.getLogger(InfraClient.class);
+  private static final Logger logger = 
LoggerFactory.getLogger(InfraClient.class);
 
 Review comment:
   What you mean is a "compile-time constant".
   
   https://docs.oracle.com/javase/tutorial/java/javaOO/classvars.html
   
   No matter which definition of constant you prefer, the naming conventions I 
was alluding to in my comment applies to `static final`.

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