Standardize capitalization of "NoteDb"
Change-Id: I6b46af64267671cf458de07269bcc5b1f51d6fb0
This commit is contained in:
@@ -480,7 +480,7 @@ public class PostReview implements RestModifyView<RevisionResource, ReviewInput>
|
||||
}
|
||||
ChangeUpdate u = ctx.getUpdate(psId);
|
||||
// TODO(dborowitz): Currently doesn't work for PUBLISH_ALL_REVISIONS with
|
||||
// notedb.
|
||||
// NoteDb.
|
||||
plcUtil.deleteComments(ctx.getDb(), u, del);
|
||||
plcUtil.putComments(ctx.getDb(), u, ups);
|
||||
comments.addAll(ups);
|
||||
|
Reference in New Issue
Block a user