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

 ##########
 File path: iotdb/src/main/java/org/apache/iotdb/db/concurrent/HashLock.java
 ##########
 @@ -27,6 +29,8 @@
  */
 public class HashLock {
 
+  private static final Logger LOGGER = 
org.slf4j.LoggerFactory.getLogger(HashLock.class);
 
 Review comment:
   这个写的不对吧?应该是import 
org.slf4j.LoggerFactory,然后LoggerFactory.getLogger(HashLock.class);

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