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
@@ -144,8 +144,8 @@ public class ReviewerJson {
|
||||
}
|
||||
|
||||
public static class PostResult {
|
||||
List<ReviewerInfo> reviewers;
|
||||
public List<ReviewerInfo> reviewers;
|
||||
public String error;
|
||||
Boolean confirm;
|
||||
String error;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user