I added it for consistency with the other decorators which all have a
similar method.

Thomas


On Fri, Jul 5, 2013 at 3:45 PM, Gary Gregory <garydgreg...@gmail.com> wrote:

> Do we really need the method
> org.apache.commons.collections4.BagUtils.collectionBag(Bag<E>) ?
>
> All it does is:
>
>     public static <E> Bag<E> collectionBag(final Bag<E> bag) {
>         return CollectionBag.collectionBag(bag);
>     }
>
> Gary
>
> --
> E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
> Java Persistence with Hibernate, Second Edition<
> http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory
>

Reply via email to