"Colin Chalmers" <[EMAIL PROTECTED]> writes:

> Does this mean that we should/will replace *all* vectors with ArrayLists or
> only specific ones? Will this not break some code?

This will require code changes by Turbine consumers.  Peer methods
that previously returned Vector should return List, resulting in code
changes of only switching your Vector references to List.  In Tigris,
we already use List (which Vector implements).

Daniel

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

Reply via email to