Revert "Move RulesCache binding to PrologModule"

This reverts commit 445657266f.

Moving this binding breaks the unit tests, so lets just revert
that...

Change-Id: Ie49f8c87aba4152da6aa438c2f5f69a58286f65d
This commit is contained in:
Shawn O. Pearce
2011-06-20 15:22:38 -07:00
parent e00ddb81c2
commit 468da399b3
2 changed files with 2 additions and 1 deletions

View File

@@ -19,7 +19,6 @@ import com.google.gerrit.server.config.FactoryModule;
public class PrologModule extends FactoryModule {
@Override
protected void configure() {
bind(RulesCache.class);
factory(PrologEnvironment.Factory.class);
}
}