CheckInput: Mark all fields as Nullable

All fields are nullable when updating a check. Be consistent and add the
@Nullable annotation to all fields.

Also test that an update with an empty input doesn't fail.

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