Standardize capitalization of "NoteDb"

Change-Id: I6b46af64267671cf458de07269bcc5b1f51d6fb0
This commit is contained in:
Dave Borowitz
2016-03-24 14:04:50 -04:00
parent 400d1de568
commit a2d40b836d
32 changed files with 94 additions and 95 deletions

View File

@@ -32,7 +32,7 @@ import com.google.gwtorm.server.OrmException;
import com.google.gwtorm.server.ResultSet;
public class DisabledChangesReviewDbWrapper extends ReviewDbWrapper {
private static final String MSG = "This table has been migrated to notedb";
private static final String MSG = "This table has been migrated to NoteDb";
private final DisabledChangeAccess changes;
private final DisabledPatchSetApprovalAccess patchSetApprovals;

View File

@@ -25,7 +25,7 @@ import java.lang.annotation.Retention;
* that talks to the underlying traditional {@link
* com.google.gerrit.reviewdb.server.ReviewDb} database.
* <p>
* During the migration to notedb, the actual {@code ReviewDb} will be a wrapper
* During the migration to NoteDb, the actual {@code ReviewDb} will be a wrapper
* with certain tables enabled/disabled; this marker goes on the low-level
* implementation that has all tables.
*/