GitHub user pranet reopened a pull request: https://github.com/apache/commons-io/pull/56
Removed redundant isDirectory() check There is already a call to validateListFilesParameters() which checks that directory.isDirectory() is true You can merge this pull request into a Git repository by running: $ git pull https://github.com/pranet/commons-io master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/commons-io/pull/56.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #56 ---- commit 572839355ece71a0c8b91d75f21403142070f0cc Author: Pranet Verma <pranetverma@...> Date: 2018-03-08T06:24:11Z Removed redundant isDirectory() check ---- --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org