gerrit/java/com/google/gerrit
Patrick Hiesel f843d8674e Mark DeletePrivate input as @Nullable
The documentation says that an input is not required. The code checks
for null values correctly, but the injection methods lack @Nullable
which makes Guice fail to create the object when null is passed to
the factory method.

Annotate the input object as @Nullable to fix this.

Change-Id: I0d424e45d6039fd4ad8386b6811b9134cd600dfd
2019-02-08 17:38:01 +09:00
..
acceptance Index groups with in-memory test 2019-02-05 11:57:56 +00:00
asciidoctor
common Merge branch 'stable-2.15' into stable-2.16 2019-01-10 21:44:13 +09:00
elasticsearch Merge branch 'stable-2.15' into stable-2.16 2019-01-31 13:51:23 +00:00
extensions Merge branch 'stable-2.15' into stable-2.16 2019-02-08 00:59:03 +00:00
git/testing Bazel: Fix testonly values in BUILD and .bzl files 2018-12-20 19:48:41 +09:00
gpg Bazel: Fix testonly values in BUILD and .bzl files 2018-12-20 19:48:41 +09:00
httpd Rely on GroupAuditService rather than its implementation 2019-02-05 20:34:22 +00:00
index Fix sorting of results from Lucene for account, group and project index 2019-01-23 21:24:05 +00:00
launcher
lifecycle
lucene LuceneProjectIndex: fix NPE when project disappeared on disk 2019-02-05 22:59:16 +00:00
mail
metrics
pgm Merge branch 'stable-2.15' into stable-2.16 2019-02-08 00:59:03 +00:00
prettify
proto
reviewdb Merge branch 'stable-2.15' into stable-2.16 2019-01-10 21:44:13 +09:00
server Mark DeletePrivate input as @Nullable 2019-02-08 17:38:01 +09:00
sshd ListProjects: print projects list using secondary index 2019-02-08 17:22:20 +09:00
testing Bazel: Fix testonly values in BUILD and .bzl files 2018-12-20 19:48:41 +09:00
truth Bazel: Fix testonly values in BUILD and .bzl files 2018-12-20 19:48:41 +09:00
util