PostReviewers: Add missing @Override tag

Change-Id: Ib7e0c1ff66c66df0f81b1e5a4842fc9c1547403a
This commit is contained in:
David Pursehouse
2017-02-15 10:01:03 +09:00
parent 92cba85254
commit 6e4dae993d

View File

@@ -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();
} }