[GitHub] commons-io pull request #54: Code cleanup

2018-01-14 Thread shahabkondri
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] commons-io pull request #53: Modifier 'private' is redundant for enum constr...

2018-01-12 Thread shahabkondri
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