Rename ReviewDbSchemaModule, since ReviewDb is gone
Change-Id: I5b311bca81378dbf89746e1673a8778b72d74f55
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user