PostReviewers: Add missing @Override tag
Change-Id: Ib7e0c1ff66c66df0f81b1e5a4842fc9c1547403a
This commit is contained in:
@@ -362,6 +362,7 @@ public class PostReviewers
|
|||||||
}
|
}
|
||||||
List<Account.Id> accounts = Lists.transform(addedReviewers,
|
List<Account.Id> accounts = Lists.transform(addedReviewers,
|
||||||
new Function<PatchSetApproval, Account.Id>() {
|
new Function<PatchSetApproval, Account.Id>() {
|
||||||
|
@Override
|
||||||
public Account.Id apply(PatchSetApproval psa) {
|
public Account.Id apply(PatchSetApproval psa) {
|
||||||
return psa.getAccountId();
|
return psa.getAccountId();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user