Remove kind attribute from REST containers
It seems like new REST endpoints don't include "kind" attribute. This change removes it from the code and documentation. Change-Id: Ia73fb92ce01461e7de140b138fc72583b00170bc
This commit is contained in:
committed by
David Ostrovsky
parent
7af3ec348e
commit
631c963931
@@ -269,7 +269,6 @@ public class SuggestReviewers implements RestReadView<ChangeResource> {
|
||||
}
|
||||
|
||||
public static class SuggestedReviewerInfo implements Comparable<SuggestedReviewerInfo> {
|
||||
String kind = "gerritcodereview#suggestedreviewer";
|
||||
public AccountInfo account;
|
||||
public GroupBaseInfo group;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user