Commit bd70b667 authored by Jeff Burke's avatar Jeff Burke
Browse files

restored deleted method

parent 62deb6d2
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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
     *