Revert "Deprecate group owner in API"

As explained in change Id18851f503 we want to continue supporting the
group owner in the API.

This reverts commit 1f2c29fd1c.

Change-Id: I805ad465ec8421c3bfd72f84c9e7f09f21cdc774
This commit is contained in:
Edwin Kempin
2017-11-13 11:13:27 +01:00
parent 529cf2f090
commit 6a628e13eb
2 changed files with 4 additions and 4 deletions

View File

@@ -24,8 +24,8 @@ public class GroupInfo extends GroupBaseInfo {
// These fields are only supplied for internal groups.
public String description;
public Integer groupId;
@Deprecated public String owner;
@Deprecated public String ownerId;
public String owner;
public String ownerId;
public Timestamp createdOn;
public Boolean _moreGroups;