[GitHub] commons-text pull request #75: Minor refactorings

2017-11-04 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/commons-text/pull/75


---

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



[GitHub] commons-text pull request #75: Minor refactorings

2017-11-04 Thread Abrasha
GitHub user Abrasha opened a pull request:

https://github.com/apache/commons-text/pull/75

Minor refactorings

- remove unnecessary (un)boxing
- replace `for: add` with bulk add `Collections.addAll`
- replace iterator with `for each` where possible

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/Abrasha/commons-text 
fix/remove-unnecessary-(un)boxing

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/commons-text/pull/75.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #75


commit bcb78636bbcc7f5591e3512e49bf58b354850b0c
Author: abrasha 
Date:   2017-11-04T10:06:50Z

- remove unnecessary (un)boxing
- replace `for: add` with bulk add `Collections.addAll`
- replace iterator with `for each` where possible




---

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org