arturobernalg commented on a change in pull request #195:
URL: 
https://github.com/apache/commons-collections/pull/195#discussion_r526738314



##########
File path: src/main/java/org/apache/commons/collections4/IterableUtils.java
##########
@@ -50,6 +50,11 @@
  */
 public class IterableUtils {
 
+    /**
+     * {@code IterableUtils} should not normally be instantiated.
+     */
+    private IterableUtils() {}
+

Review comment:
       Hi @aherbert 
   
   Yep. I know. and that's my intentions. Unify the constructor. 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to