Set default value for ChangeNotes.hashtags to avoid NPE
Change-Id: I039077301bf62ca4fa8f882bf2b98331ffdd0d2a
This commit is contained in:
parent
7b3cb8d8cf
commit
cfe696251d
@ -312,6 +312,7 @@ public class ChangeNotes extends AbstractChangeNotes<ChangeNotes> {
|
||||
changeMessages = ImmutableListMultimap.of();
|
||||
commentsForBase = ImmutableListMultimap.of();
|
||||
commentsForPS = ImmutableListMultimap.of();
|
||||
hashtags = ImmutableSet.of();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user