Skip to content
Snippets Groups Projects
Commit bd70b667 authored by Jeff Burke's avatar Jeff Burke
Browse files

restored deleted method

parent 62deb6d2
No related branches found
No related tags found
No related merge requests found
......@@ -156,6 +156,16 @@ public class GMSClient
}
}
/**
* Get a list of groups.
*
* @return The list of groups.
*/
public List<Group> getGroups()
{
throw new UnsupportedOperationException("Not yet implemented");
}
/**
* Create a new group
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment