Depends. The OP wasn't using index notation (parens instead of brackets) so there'd need to be a getUsers.
On Saturday, September 11, 2010, Chris Mawata <[email protected]> wrote: > On 9/10/2010 1:08 PM, adam pinder wrote: > > public User getUser(int occ) > > > Should the getter not return the collection rather than a single User? > Chris > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

