[GitHub] [commons-collections] garydgregory commented on a change in pull request #195: [COLLECTIONS-772] - Provide private constructor to the Utils Collections

2020-11-19 Thread GitBox
garydgregory commented on a change in pull request #195: URL: https://github.com/apache/commons-collections/pull/195#discussion_r527354164 ## File path: src/main/java/org/apache/commons/collections4/IteratorUtils.java ## @@ -123,7 +123,7 @@ private static final String DEF

[GitHub] [commons-collections] garydgregory commented on a change in pull request #195: [COLLECTIONS-772] - Provide private constructor to the Utils Collections

2020-11-19 Thread GitBox
garydgregory commented on a change in pull request #195: URL: https://github.com/apache/commons-collections/pull/195#discussion_r526820021 ## File path: src/main/java/org/apache/commons/collections4/IterableUtils.java ## @@ -50,6 +50,11 @@ */ public class IterableUtils {