ProjectControl: Remove unused ProjectCache argument from constructor
Change-Id: Id73b97aa41d6a57ad156ff98e3a572693459798c
This commit is contained in:
@@ -139,7 +139,6 @@ public class ProjectControl {
|
||||
ProjectControl(
|
||||
@GitUploadPackGroups Set<AccountGroup.UUID> uploadGroups,
|
||||
@GitReceivePackGroups Set<AccountGroup.UUID> receiveGroups,
|
||||
ProjectCache pc,
|
||||
PermissionCollection.Factory permissionFilter,
|
||||
CommitsCollection commits,
|
||||
ChangeControl.Factory changeControlFactory,
|
||||
|
||||
@@ -870,7 +870,6 @@ public class RefControlTest {
|
||||
return new ProjectControl(
|
||||
Collections.<AccountGroup.UUID>emptySet(),
|
||||
Collections.<AccountGroup.UUID>emptySet(),
|
||||
projectCache,
|
||||
sectionSorter,
|
||||
null, // commitsCollection
|
||||
changeControlFactory,
|
||||
|
||||
Reference in New Issue
Block a user