forked from Qortal/qortal
Improve comment & tidy annotation in GroupData
This commit is contained in:
parent
d1bc500ab9
commit
53112709fe
@ -23,19 +23,19 @@ public class GroupData {
|
|||||||
private ApprovalThreshold approvalThreshold;
|
private ApprovalThreshold approvalThreshold;
|
||||||
private int minimumBlockDelay;
|
private int minimumBlockDelay;
|
||||||
private int maximumBlockDelay;
|
private int maximumBlockDelay;
|
||||||
|
|
||||||
/** Reference to CREATE_GROUP or UPDATE_GROUP transaction, used to rebuild group during orphaning. */
|
/** Reference to CREATE_GROUP or UPDATE_GROUP transaction, used to rebuild group during orphaning. */
|
||||||
// No need to ever expose this via API
|
// No need to ever expose this via API
|
||||||
@XmlTransient
|
@XmlTransient
|
||||||
@Schema(hidden = true)
|
@Schema(hidden = true)
|
||||||
private byte[] reference;
|
private byte[] reference;
|
||||||
|
|
||||||
// For internal use
|
// For internal use
|
||||||
@XmlTransient
|
@XmlTransient
|
||||||
@Schema(
|
@Schema(hidden = true)
|
||||||
hidden = true
|
|
||||||
)
|
|
||||||
private int creationGroupId;
|
private int creationGroupId;
|
||||||
|
|
||||||
// We abuse this class for API purposes by adding this unrelated field. Not always present.
|
// We abuse GroupData for API purposes by adding this unrelated field. Not always present.
|
||||||
private Boolean isAdmin;
|
private Boolean isAdmin;
|
||||||
|
|
||||||
// Constructors
|
// Constructors
|
||||||
|
Loading…
x
Reference in New Issue
Block a user