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

 ##########
 File path: iotdb-cli/src/main/java/org/apache/iotdb/cli/tool/ImportCsv.java
 ##########
 @@ -56,6 +58,8 @@
  */
 public class ImportCsv extends AbstractCsvTool {
 
+  private Logger logger = LoggerFactory.getLogger(ImportCsv.class);
 
 Review comment:
   private static final Logger LOGGER = 
LoggerFactory.getLogger(ImportCsv.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