CheckersByRepositoryNotes: Fix loading checkers from old revision

Trying the load checkers from an old revision resulted in a
StackOverflowError because we invoked the static load method instead of
the load method from the parent class.

Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: I9c7fc8c16f7b585b8758ba325ca2e57030cc9f70
2 files changed
tree: 96743d8858cbbaa3b54cd451fc3b7f3b1d7915f6
  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.