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:
David Ostrovsky
2014-05-29 22:23:41 +02:00
committed by David Ostrovsky
parent 7af3ec348e
commit 631c963931
20 changed files with 0 additions and 111 deletions

View File

@@ -132,7 +132,6 @@ public class ReviewerJson {
}
public static class ReviewerInfo extends AccountInfo {
final String kind = "gerritcodereview#reviewer";
Map<String, String> approvals;
protected ReviewerInfo(Account.Id id) {