Remove no longer used AccountService{Impl}
Change-Id: Ib08ef0fc71e035ccb3b402c909c758a9ffd8fff3
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
package com.google.gerrit.client.account;
|
||||
|
||||
import com.google.gerrit.common.data.AccountSecurity;
|
||||
import com.google.gerrit.common.data.AccountService;
|
||||
import com.google.gerrit.common.data.ProjectAdminService;
|
||||
import com.google.gwt.core.client.GWT;
|
||||
import com.google.gwtjsonrpc.client.JsonUtil;
|
||||
@@ -23,14 +22,10 @@ import com.google.gwtjsonrpc.client.JsonUtil;
|
||||
public class Util {
|
||||
public static final AccountConstants C = GWT.create(AccountConstants.class);
|
||||
public static final AccountMessages M = GWT.create(AccountMessages.class);
|
||||
public static final AccountService ACCOUNT_SVC;
|
||||
public static final AccountSecurity ACCOUNT_SEC;
|
||||
public static final ProjectAdminService PROJECT_SVC;
|
||||
|
||||
static {
|
||||
ACCOUNT_SVC = GWT.create(AccountService.class);
|
||||
JsonUtil.bind(ACCOUNT_SVC, "rpc/AccountService");
|
||||
|
||||
ACCOUNT_SEC = GWT.create(AccountSecurity.class);
|
||||
JsonUtil.bind(ACCOUNT_SEC, "rpc/AccountSecurity");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user