Just looking through a some classes and I noticed that EnumerationUtils
and IteratorUtils supply a private constructor while the remainder
(apart from ./functors/FunctorUtils.java) supply a explicit public
constructor.

./BagUtils.java
./BufferUtils.java
./ClosureUtils.java
./CollectionUtils.java
./ComparatorUtils.java
./EnumerationUtils.java  <-- private public ctor
./FactoryUtils.java
./IteratorUtils.java  <-- private public ctor
./ListUtils.java
./MapUtils.java
./PredicateUtils.java
./PriorityQueueUtils.java
./SetUtils.java
./TransformerUtils.java
./functors/FunctorUtils.java  <-- default public ctor

For consistency EnumerationUtils and IteratorUtils should change.

-Janek


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to