Fix guice creation exception caused by incorrect injection of AccountState

AccountState should not be injected. It needs to be instantiated as
needed per account. Instead, inject the AccountCache and use that to
instantiate AccountState.

Bug: Issue 10061
Change-Id: I97ab42707dce6b705cea3389e910756bd63a4029
1 file changed
tree: 8c43ab872f6df1974d2fc3f466a00c6fccedd370
  1. .settings/
  2. src/
  3. tools/
  4. .bazelrc
  5. .gitignore
  6. bazlets.bzl
  7. BUILD
  8. LICENSE
  9. README.md
  10. WORKSPACE
README.md

Admin-console plugin

Gerrit plugin to provide information via SSH commands to Gerrit Administrators.

Build Status