> From: Sean Legassick [mailto:[EMAIL PROTECTED]]
>
> StringUtil got broken by the change from Object[] for literal lists to
> List...
> 
> This patches fixes it.

Thx.  We forgot that one...

But it might be nicer just to do something like just adding another method

public String concat( List list )
{
     return concat( list.toArray() );
}


and then  we get both...

hm?

geir



Reply via email to