gerrit/java/com/google
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
..
gerrit Mark DeletePrivate input as @Nullable 2019-02-08 17:38:01 +09:00
gwtexpui Merge branch 'stable-2.15' into stable-2.16 2019-01-10 21:44:13 +09:00