gerrit/java/com/google/gerrit/server/restapi
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
..
access Make all classes of the access REST API public 2018-06-12 13:44:19 +02:00
account GetPreferences: Don't return unsupported download scheme 2018-10-25 14:53:34 +00:00
change Mark DeletePrivate input as @Nullable 2019-02-08 17:38:01 +09:00
config Don't use List in GerritConfigListener API 2018-11-14 16:39:34 +01:00
group Move most methods from AccountsCollection to AccountResolver 2018-10-10 14:06:01 -07:00
project ListProjects: print projects list using secondary index 2019-02-08 17:22:20 +09:00
BUILD Set logging tag with plugin name on invocation of extension point 2018-09-27 17:05:53 +02:00
RestApiModule.java Bind all REST endpoints at the same place 2018-06-04 10:54:48 +02:00