private AccountResource getAccountResource()

in src/main/java/com/gerritforge/gerrit/plugins/account/GerritAccountRemover.java [78:82]


  private AccountResource getAccountResource(int accountId) {
    return isMyAccount(accountId)
        ? new AccountResource(userProvider.get().asIdentifiedUser())
        : accountFactory.create(accountId);
  }