PutAssignee: Don't gather results of adding assignee as reviewer

This populates the account info in the AddReviewerResult, but
PutAssignee is not using this result.

Change-Id: I1a6caa0e95d1cac21cc28c2fbd9db638aac8bfbf
Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
Edwin Kempin
2016-10-13 10:17:10 +02:00
parent 0722daf6dd
commit 50e25a2a41

View File

@@ -70,7 +70,6 @@ public class PutAssignee implements
bu.addOp(rsrc.getId(), reviewersAddition.op);
bu.execute();
reviewersAddition.gatherResults();
return Response.ok(AccountJson.toAccountInfo(op.getNewAssignee()));
}
}