AdminConsoleCommandModule: Remove redundant aliases

The alias should be used to bind the command to an alternative name
than defined in the @CommandMetaData on the plugin implementation,
but is being used to alias to the same name, which is redundant.

Change-Id: Id78c8d539c4c2da6a0c19117c8f15ee1f0f354a3
1 file changed
tree: 458fa69ed83788f7c51e268e4c62fb0c2c4513d8
  1. .settings/
  2. src/
  3. tools/
  4. .bazelignore
  5. .bazelrc
  6. .gitignore
  7. bazlets.bzl
  8. BUILD
  9. LICENSE
  10. README.md
  11. WORKSPACE
README.md

Admin-console plugin

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

Build Status