You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/06/12 06:08:00 UTC

[jira] [Commented] (COLLECTIONS-685) IterableUtils has public constructor

    [ https://issues.apache.org/jira/browse/COLLECTIONS-685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16509226#comment-16509226 ] 

ASF GitHub Bot commented on COLLECTIONS-685:
--------------------------------------------

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 <s...@...>
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.

----


> IterableUtils has public constructor
> ------------------------------------
>
>                 Key: COLLECTIONS-685
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-685
>             Project: Commons Collections
>          Issue Type: Bug
>          Components: Collection
>            Reporter: Stephan Fuhrmann
>            Priority: Trivial
>
> IterableUtils has public constructor. All other Utils classes have their constructor made private to prohibit instantiation.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)