Remove old Add/RemoveReviewer handlers
Convert remaining internal callers to use the new REST API. Change-Id: Ifd706f5b0402fd04b2bb0d862bf75315baa34347
This commit is contained in:

committed by
Gerrit Code Review

parent
327b825bec
commit
105af8beea
@@ -57,13 +57,13 @@ import java.text.MessageFormat;
|
||||
import java.util.List;
|
||||
import java.util.Set;
|
||||
|
||||
class PostReviewers implements RestModifyView<ChangeResource, Input> {
|
||||
public class PostReviewers implements RestModifyView<ChangeResource, Input> {
|
||||
public final static int DEFAULT_MAX_REVIEWERS_WITHOUT_CHECK = 10;
|
||||
public final static int DEFAULT_MAX_REVIEWERS = 20;
|
||||
|
||||
static class Input {
|
||||
public static class Input {
|
||||
@DefaultInput
|
||||
String reviewer;
|
||||
public String reviewer;
|
||||
Boolean confirmed;
|
||||
|
||||
boolean confirmed() {
|
||||
|
Reference in New Issue
Block a user