This is not a bug nor a typo. I'll likely refactor things in 2.1 so it no longer takes an argument (since we'll have Compass integration).

Matt

On Apr 6, 2009, at 6:51 AM, tibi wrote:

i don't understand this:

   /**
* Retrieves a list of users, filtering with parameters on a user object
    * @param user parameters to filter on
    * @return List
    */
   List<User> getUsers(User user);

in the impl:
  public List<User> getUsers(final User user) {
       return dao.getUsers();
   }

there is no filtering done...

is this a bug or a typo?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
For additional commands, e-mail: users-h...@appfuse.dev.java.net



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
For additional commands, e-mail: users-h...@appfuse.dev.java.net

Reply via email to