[GitHub] commons-io pull request #53: Modifier 'private' is redundant for enum constr...

2018-01-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-io/pull/53 --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

[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 pull request in