Use per-project label types in Prolog submit rules

Change-Id: I89fcb0b94a4f1af61d4cff7dccb18cc3dac821cd
This commit is contained in:
Dave Borowitz
2013-02-15 17:34:31 -08:00
parent 443a3a1c8f
commit 03fbaf8655
7 changed files with 118 additions and 41 deletions

View File

@@ -84,7 +84,7 @@ public class ProjectState {
private final CapabilityCollection capabilities;
@Inject
protected ProjectState(
public ProjectState(
final ProjectCache projectCache,
final AllProjectsName allProjectsName,
final ProjectControl.AssistedFactory projectControlFactory,