EventFactory: Remove unused addPatchSets variant
Change-Id: I1af7a5ad7d3075eb53102dc5810cb071a42a29c0
This commit is contained in:
@@ -352,11 +352,6 @@ public class EventFactory {
|
|||||||
a.commitMessage = commitMessage;
|
a.commitMessage = commitMessage;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void addPatchSets(ReviewDb db, ChangeAttribute a,
|
|
||||||
Collection<PatchSet> ps, LabelTypes labelTypes) {
|
|
||||||
addPatchSets(db, a, ps, null, false, null, labelTypes);
|
|
||||||
}
|
|
||||||
|
|
||||||
public void addPatchSets(ReviewDb db, ChangeAttribute ca,
|
public void addPatchSets(ReviewDb db, ChangeAttribute ca,
|
||||||
Collection<PatchSet> ps,
|
Collection<PatchSet> ps,
|
||||||
Map<PatchSet.Id, Collection<PatchSetApproval>> approvals,
|
Map<PatchSet.Id, Collection<PatchSetApproval>> approvals,
|
||||||
|
|||||||
Reference in New Issue
Block a user