[GitHub] commons-lang pull request #324: LANG-1390: StringUtils#join() for List

2018-05-22 Thread joschi
Github user joschi closed the pull request at:

https://github.com/apache/commons-lang/pull/324


---


[GitHub] commons-lang pull request #324: LANG-1390: StringUtils#join() for List

2018-04-11 Thread joschi
GitHub user joschi opened a pull request:

https://github.com/apache/commons-lang/pull/324

LANG-1390: StringUtils#join() for List

This pull request implements two variants of the `StringUtils#join()` 
method which work on lists (`java.util.List`) and allow specifying the start 
and end indices of the elements to join.

Refs https://issues.apache.org/jira/browse/LANG-1390

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

$ git pull https://github.com/joschi/commons-lang LANG-1390

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

https://github.com/apache/commons-lang/pull/324.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 #324


commit d6e8fbcdd2559d2fd53aa031ec5c7a21cda7c0f8
Author: Jochen Schalanda 
Date:   2018-04-11T18:27:05Z

LANG-1390: StringUtils#join() for List




---