Commit 2cd0c2c7 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Javadoc fixes.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@5761 b35dd754-fafc-0310-a699-88a17e54d16e
parent 4153e96f
......@@ -187,6 +187,8 @@ public interface GroupProvider {
* to ensure that searching is supported.
*
* @param query the search string for group names.
* @param startIndex start index in results.
* @param numResults number of results to return.
* @return all groups that match the search.
*/
Collection<String> search(String query, int startIndex, int numResults);
......
......@@ -73,7 +73,6 @@ public interface UserProvider {
*/
public Collection<User> getUsers();
/**
* Returns an unmodifiable Collection of usernames of all users in the system.
*
......@@ -193,9 +192,9 @@ public interface UserProvider {
*
* @param fields the fields to search on.
* @param query the query string.
* @param startIndex the starting index in the search result to return.
* @param numResults the number of users to return in the search result.
* @return a Collection of users that match the search.
* @return startIndex the starting index in the search result to return.
* @return numResults the number of users to return in the search result.
* @throws UnsupportedOperationException if the provider does not
* support the operation (this is an optional operation).
*/
......
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