Rename ReviewDbSchemaModule, since ReviewDb is gone

Change-Id: I5b311bca81378dbf89746e1673a8778b72d74f55
This commit is contained in:
Dave Borowitz
2018-12-17 09:28:33 -08:00
parent 1ff45113b5
commit 3b3126c90f
6 changed files with 10 additions and 11 deletions

View File

@@ -30,9 +30,8 @@ import com.google.gerrit.server.config.GerritServerIdProvider;
import com.google.gerrit.server.index.group.GroupIndexCollection;
import org.eclipse.jgit.lib.PersonIdent;
// TODO(dborowitz): Rename, since this no longer has anything to do with ReviewDb.
/** Validate the schema and connect to Git. */
public class ReviewDbSchemaModule extends FactoryModule {
/** Bindings for low-level Gerrit schema data. */
public class SchemaModule extends FactoryModule {
@Override
protected void configure() {
bind(PersonIdent.class)