Move the RulesCache to gerrit.rules package

It belongs alongside of the other Prolog support code, not the
ProjectState and ProjectCache.

Add a little bit of documentation to the class.

Change-Id: I3ba50c11641f760441745bc7ea4ac100efb5b2bb
This commit is contained in:
Shawn O. Pearce
2011-06-17 08:53:09 -07:00
parent d87b7d78e1
commit 4da4cbb921
3 changed files with 15 additions and 8 deletions

View File

@@ -21,6 +21,7 @@ import com.google.gerrit.common.data.PermissionRule;
import com.google.gerrit.reviewdb.AccountGroup;
import com.google.gerrit.reviewdb.Project;
import com.google.gerrit.rules.PrologEnvironment;
import com.google.gerrit.rules.RulesCache;
import com.google.gerrit.server.CurrentUser;
import com.google.gerrit.server.config.AllProjectsName;
import com.google.gerrit.server.git.GitRepositoryManager;