[GitHub] commons-lang pull request #245: Use foreach

2017-02-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/245 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature i

[GitHub] commons-lang pull request #245: Use foreach

2017-02-24 Thread mureinik
GitHub user mureinik opened a pull request: https://github.com/apache/commons-lang/pull/245 Use foreach Since the project no longer supports Java versions older than 6, it's safe to use the enhanced for loop syntax introduced in Java 5. This patch employs this syntax whe