You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by Sten Roger Sandvik <st...@gmail.com> on 2010/06/05 22:11:00 UTC

Re: [jira] Commented: (FELIX-2284) Add common utility method for converting object (array) to string

2010/6/5 Peter Kriens <pe...@aqute.biz>

> What is wrong with Arrays.toString(...) ? Been there since 1.2?
>
>
No, since Java 1.5 i think.

Re: [jira] Commented: (FELIX-2284) Add common utility method for converting object (array) to string

Posted by Peter Kriens <pe...@aqute.biz>.
You're right. Arrays class is earlier but the toString methods were only added recently.

Kind regards,

	Peter Kriens

On 5 jun 2010, at 22:11, Sten Roger Sandvik wrote:

> 2010/6/5 Peter Kriens <pe...@aqute.biz>
> 
>> What is wrong with Arrays.toString(...) ? Been there since 1.2?
>> 
>> 
> No, since Java 1.5 i think.