steveloughran commented on pull request #2587:
URL: https://github.com/apache/hadoop/pull/2587#issuecomment-767785031


   checkstyle nits
   ```
   
./hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/contract/AbstractContractCreateTest.java:512:
          if (c == -1) {:24: Must have at least one statement. [EmptyBlock]
   
./hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DFSOutputStream.java:70:import
 org.apache.hadoop.util.StringUtils;:8: Unused import - 
org.apache.hadoop.util.StringUtils. [UnusedImports]
   
./hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azure/BlockBlobAppendStream.java:30:import
 java.util.Locale;:8: Unused import - java.util.Locale. [UnusedImports]
   
./hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azure/SyncableDataOutputStream.java:31:import
 org.apache.hadoop.classification.InterfaceAudience;:1: Duplicate import to 
line 28 - org.apache.hadoop.classification.InterfaceAudience. [RedundantImport]
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to