MyXOF commented on a change in pull request #33: Fix sonar problems
URL: https://github.com/apache/incubator-iotdb/pull/33#discussion_r251700990
 
 

 ##########
 File path: 
iotdb/src/main/java/org/apache/iotdb/db/engine/cache/RowGroupBlockMetaDataCache.java
 ##########
 @@ -32,7 +32,7 @@
  */
 public class RowGroupBlockMetaDataCache {
 
-  private static Logger LOGGER = 
LoggerFactory.getLogger(RowGroupBlockMetaDataCache.class);
+  private static Logger logger = 
LoggerFactory.getLogger(RowGroupBlockMetaDataCache.class);
 
 Review comment:
   加上final,改成大写 LOGGER?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to