Skip to content
Snippets Groups Projects
Commit e5522cbb authored by Brian Major's avatar Brian Major
Browse files

Merge branch 's1651' of /usr/cadc/dev/git/wopencadc into s1651

parents 63ede814 bd70b667
No related branches found
No related tags found
No related merge requests found
...@@ -154,6 +154,16 @@ public class GMSClient ...@@ -154,6 +154,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.
Finish editing this message first!
Please register or to comment