ChecksImpl#id(CheckerUuid): Fix error message when check is not found

The exising error message "Not found: <checker-UUID>" suggests that the
checker was not found. However this is never the case since the first
line in ChecksImpl#id(CheckerUuid) ensures that the checker exists.

Change-Id: I6b8d03d428310bdc945fc4e7b8f7750d62c08788
Signed-off-by: Edwin Kempin <ekempin@google.com>
2 files changed
tree: 84eec8624bb0100b7a728341fd71841a330b490b
  1. java/
  2. javatests/
  3. src/
  4. BUILD
  5. LICENSE
  6. README.md
README.md

Gerrit Code Review Checks Plugin

This plugin provides a unified experience for checkers (CI systems, static analyzers, etc.) to integrate with Gerrit Code Review.