Merge "Remove unused field from PostReviewers"
This commit is contained in:
@@ -98,7 +98,6 @@ public class PostReviewers
|
|||||||
private final AccountLoader.Factory accountLoaderFactory;
|
private final AccountLoader.Factory accountLoaderFactory;
|
||||||
private final Provider<ReviewDb> dbProvider;
|
private final Provider<ReviewDb> dbProvider;
|
||||||
private final ChangeData.Factory changeDataFactory;
|
private final ChangeData.Factory changeDataFactory;
|
||||||
private final IdentifiedUser.GenericFactory identifiedUserFactory;
|
|
||||||
private final Config cfg;
|
private final Config cfg;
|
||||||
private final ReviewerJson json;
|
private final ReviewerJson json;
|
||||||
private final NotesMigration migration;
|
private final NotesMigration migration;
|
||||||
@@ -118,7 +117,6 @@ public class PostReviewers
|
|||||||
Provider<ReviewDb> db,
|
Provider<ReviewDb> db,
|
||||||
ChangeData.Factory changeDataFactory,
|
ChangeData.Factory changeDataFactory,
|
||||||
RetryHelper retryHelper,
|
RetryHelper retryHelper,
|
||||||
IdentifiedUser.GenericFactory identifiedUserFactory,
|
|
||||||
@GerritServerConfig Config cfg,
|
@GerritServerConfig Config cfg,
|
||||||
ReviewerJson json,
|
ReviewerJson json,
|
||||||
NotesMigration migration,
|
NotesMigration migration,
|
||||||
@@ -135,7 +133,6 @@ public class PostReviewers
|
|||||||
this.accountLoaderFactory = accountLoaderFactory;
|
this.accountLoaderFactory = accountLoaderFactory;
|
||||||
this.dbProvider = db;
|
this.dbProvider = db;
|
||||||
this.changeDataFactory = changeDataFactory;
|
this.changeDataFactory = changeDataFactory;
|
||||||
this.identifiedUserFactory = identifiedUserFactory;
|
|
||||||
this.cfg = cfg;
|
this.cfg = cfg;
|
||||||
this.json = json;
|
this.json = json;
|
||||||
this.migration = migration;
|
this.migration = migration;
|
||||||
|
|||||||
Reference in New Issue
Block a user