Commit 4c4fe50f authored by Matt Tucker's avatar Matt Tucker Committed by matt

Additional TODO.

git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@2748 b35dd754-fafc-0310-a699-88a17e54d16e
parent 1c1c7a5a
...@@ -192,6 +192,7 @@ public class GroupManager { ...@@ -192,6 +192,7 @@ public class GroupManager {
* @return all groups that a user belongs to. * @return all groups that a user belongs to.
*/ */
public Collection<Group> getGroups(User user) { public Collection<Group> getGroups(User user) {
// TODO: add caching
return provider.getGroups(user); return provider.getGroups(user);
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment