gerrit/java/com
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
..
google Mark DeletePrivate input as @Nullable 2019-02-08 17:38:01 +09:00