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

restored deleted method

parent 62deb6d2
Branches
Tags
No related merge requests found
...@@ -156,6 +156,16 @@ public class GMSClient ...@@ -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 * Create a new group
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment