[ 
https://issues.apache.org/jira/browse/COLLECTIONS-772?focusedWorklogId=514418&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-514418
 ]

ASF GitHub Bot logged work on COLLECTIONS-772:
----------------------------------------------

                Author: ASF GitHub Bot
            Created on: 20/Nov/20 02:29
            Start Date: 20/Nov/20 02:29
    Worklog Time Spent: 10m 
      Work Description: 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 DEFAULT_TOSTRING_DELIMITER = ", ";
 
     /**
-     * IteratorUtils is not normally instantiated.
+     * {@code IteratorUtils} should not normally be instantiated.

Review comment:
       Hi @arturobernalg 
   If you want to change the all the comments, I do not think we need to 
duplicate the class names in each comment, I would simply say:
   ```
   /**
    * Don't allow instances.
    */
   ```




----------------------------------------------------------------
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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 514418)
    Time Spent: 2h  (was: 1h 50m)

> Provide private constructor to the Utils Collections
> ----------------------------------------------------
>
>                 Key: COLLECTIONS-772
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-772
>             Project: Commons Collections
>          Issue Type: Improvement
>          Components: Collection
>    Affects Versions: 4.4
>            Reporter: Arturo Bernal
>            Priority: Minor
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> Utils classes have their constructor made private to prohibit instantiation.
>   
>  * IterableUtils
>  * ArrayUtils
>  
> {color:#ff0000}Keep in mind this improvement will break the binary. We need a 
> mayor release{color}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to