[GitHub] commons-collections pull request #40: COLLECTIONS-685: IterableUtils has pub...

2018-06-12 Thread sfuhrm
Github user sfuhrm closed the pull request at:

https://github.com/apache/commons-collections/pull/40


---

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



[GitHub] commons-collections pull request #40: COLLECTIONS-685: IterableUtils has pub...

2018-06-12 Thread sfuhrm
Github user sfuhrm closed the pull request at:

https://github.com/apache/commons-collections/pull/40


---

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



[GitHub] commons-collections pull request #40: COLLECTIONS-685: IterableUtils has pub...

2018-06-12 Thread sfuhrm
GitHub user sfuhrm opened a pull request:

https://github.com/apache/commons-collections/pull/40

COLLECTIONS-685: IterableUtils has public constructor

Constructor for Utils class was not private. 
This was obviously not intended as all other Utils classes have private 
constructors.

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

$ git pull https://github.com/sfuhrm/commons-collections COLLECTIONS-685

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

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


commit 49bc94faccddc2f81ce8af1db2bce8ccbede82d9
Author: Stephan Fuhrmann 
Date:   2018-06-12T06:02:06Z

Constructor for Utils class was not private. This was obviously not 
intended as all other Utils classes have private constructors.




---

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