Merge "Non-argument constructor for JSON doesn't need to be public"
This commit is contained in:
@@ -22,7 +22,7 @@ public class GroupList {
|
|||||||
protected List<GroupDetail> groups;
|
protected List<GroupDetail> groups;
|
||||||
protected boolean canCreateGroup;
|
protected boolean canCreateGroup;
|
||||||
|
|
||||||
public GroupList() {
|
protected GroupList() {
|
||||||
}
|
}
|
||||||
|
|
||||||
public GroupList(final List<GroupDetail> groups, final boolean canCreateGroup) {
|
public GroupList(final List<GroupDetail> groups, final boolean canCreateGroup) {
|
||||||
|
Reference in New Issue
Block a user