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:
Edwin Kempin
2013-01-30 14:47:05 +01:00
committed by Shawn Pearce
parent 018caa2d58
commit 1c21f6fb62
2 changed files with 0 additions and 32 deletions

View File

@@ -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,