ChangeRevisionNote: Remove redundant initialization of variable to null
Change-Id: I92f8926ce390293c8a61699475a88b30660e1675
This commit is contained in:
@@ -44,7 +44,7 @@ class ChangeRevisionNote extends RevisionNote<Comment> {
|
|||||||
private final ChangeNoteUtil noteUtil;
|
private final ChangeNoteUtil noteUtil;
|
||||||
private final Change.Id changeId;
|
private final Change.Id changeId;
|
||||||
private final PatchLineComment.Status status;
|
private final PatchLineComment.Status status;
|
||||||
private String pushCert = null;
|
private String pushCert;
|
||||||
|
|
||||||
ChangeRevisionNote(ChangeNoteUtil noteUtil, Change.Id changeId,
|
ChangeRevisionNote(ChangeNoteUtil noteUtil, Change.Id changeId,
|
||||||
ObjectReader reader, ObjectId noteId, PatchLineComment.Status status) {
|
ObjectReader reader, ObjectId noteId, PatchLineComment.Status status) {
|
||||||
|
|||||||
Reference in New Issue
Block a user