ListUsersCommand: Fix NullPointerException when username is not set

Change I1a892c791 converted the check for username to use Optional,
but didn't use isPresent().

Change-Id: I944d5b368ce5ac66a39b30d5306e2390ba7f5f7a
1 file changed
tree: 75e7a65c5dd9674ae4e0543d814d59b18d7222e7
  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