Standardize capitalization of "NoteDb"
Change-Id: I6b46af64267671cf458de07269bcc5b1f51d6fb0
This commit is contained in:
@@ -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;
|
||||
|
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user