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


   down to the last through checkstyles -this is good.
   ```
   
./hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileUtil.java:694:
  /** Assign the original permissions to the file */: First sentence should end 
with a period. [JavadocStyle]
   
./hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileUtil.java:751:
                Files.setPosixFilePermissions(file.toPath(), 
permissionsFromMode(entry.getUnixMode()));: 'if' child has incorrect 
indentation level 16, expected level should be 14. [Indentation]
   
./hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileUtil.java:751:
                Files.setPosixFilePermissions(file.toPath(), 
permissionsFromMode(entry.getUnixMode()));: Line is longer than 100 characters 
(found 103). [LineLength]
   ```


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

To unsubscribe, e-mail: [email protected]

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