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

Fixed file.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@4801 b35dd754-fafc-0310-a699-88a17e54d16e
parent fbbacc00
......@@ -389,7 +389,11 @@ public class JDBCGroupProvider implements GroupProvider {
return Collections.emptyList();
}
public boolean supportsSearch() {
public Collection<Group> search(String query, int startIndex, int numResults) {
return Collections.emptyList();
}
public boolean isSearchSupported() {
return false;
}
}
\ 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