You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Glen Mazza <gl...@verizon.net> on 2007/08/19 16:12:05 UTC

Re: svn commit: r567356 - /activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/converter/CollectionConverter.java

Am Sonntag, den 19.08.2007, 06:25 +0000 schrieb jstrachan@apache.org:
> Author: jstrachan
> Date: Sat Aug 18 23:25:21 2007
> New Revision: 567356
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=567356
> Log:
> added some extra collection converter helper methods
> 
> Modified:
>     activemq/camel/trunk/camel-core/src/main/java/org/apache/camel/converter/CollectionConverter.java
> 
>  
> +import java.util.*;

Wildcard imports don't look very good IMO.

Glen