Remove old RPC to change the group owner
The RPC to change the group owner is not used anymore. This functionality is now covered by the REST API. Change-Id: I8732d714520d2fa3826b9e1da2b1771cdaaabb99 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:

committed by
Shawn Pearce

parent
018caa2d58
commit
1c21f6fb62
@@ -43,11 +43,6 @@ public interface GroupAdminService extends RemoteJsonService {
|
||||
void changeGroupOptions(AccountGroup.Id groupId, GroupOptions groupOptions,
|
||||
AsyncCallback<VoidResult> callback);
|
||||
|
||||
@Audit
|
||||
@SignInRequired
|
||||
void changeGroupOwner(AccountGroup.Id groupId, String newOwnerName,
|
||||
AsyncCallback<VoidResult> callback);
|
||||
|
||||
@Audit
|
||||
@SignInRequired
|
||||
void renameGroup(AccountGroup.Id groupId, String newName,
|
||||
|
Reference in New Issue
Block a user