GitHub user shahabkondri opened a pull request:
https://github.com/apache/commons-io/pull/54
Code cleanup
Simplified conditional expression. Remove duplicate exceptions and
redundant throws clause.
You can merge this pull request into a Git repository by running:
$ git pull
GitHub user shahabkondri opened a pull request:
https://github.com/apache/commons-io/pull/53
Modifier 'private' is redundant for enum constructors.
If no access modifier is specified for the constructor of an enum type, the
constructor is private.
You can merge this pu