Files
gerrit/gerrit-server
Eamonn McManus e1b84bcca5 Remove a meaningless @Nullable in MailMessage.
MailMessage has @Nullable on its cc() property, but that property is
defined by a property builder ccBuilder(). The builder starts off
empty, not null, and can never build a null value. @AutoValue will
shortly make this an error.

Change-Id: I5e971e4d3bf751224bea5e8f9d22f5277dbed27a
2017-02-04 12:06:52 -08:00
..