[GitHub] karaf pull request #306: KARAF-5168: replace old-style loops

2017-05-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/karaf/pull/306 --- 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 is

[GitHub] karaf pull request #306: KARAF-5168: replace old-style loops

2017-05-31 Thread skitt
GitHub user skitt opened a pull request: https://github.com/apache/karaf/pull/306 KARAF-5168: replace old-style loops This patch replaces a number of old-style explicit loops over arrays or iterators with foreach loops or streams. Signed-off-by: Stephen Kitt