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
@@ -79,7 +79,6 @@ class IncludedIn implements RestReadView<ChangeResource> {
|
||||
}
|
||||
|
||||
static class IncludedInInfo {
|
||||
String kind = "gerritcodereview#includedininfo";
|
||||
Collection<String> branches;
|
||||
Collection<String> tags;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user