You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2021/10/19 18:41:29 UTC

[GitHub] [geode] kirklund commented on pull request #7007: GEODE-9742:fix resource leak due to Files.list and Files.walk

kirklund commented on pull request #7007:
URL: https://github.com/apache/geode/pull/7007#issuecomment-947005509


   You'll need to remove unused imports to get the build jobs to pass the spotless check.
   
   You can use `spotlessApply` to automatically reformat code based on our spotless config:
   `./gradlew spotlessApply`
   
   You can use `spotlessCheck` to run the same format validation that failed in the build jobs for you PR:
   `./gradlew spotlessCheck`
   
   Note that `spotlessApply` is unable to remove unused imports, so you'll have to do that step manually.


-- 
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: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org