This commit is contained in:
parent
bdf0c56990
commit
5225eb2ce5
|
@ -30,7 +30,7 @@ public abstract class WorkspaceEvent {
|
||||||
protected String[] idsToNotify;
|
protected String[] idsToNotify;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* optional, set to true if the idsToNotify are contexts, default is false
|
* @documentationExample false, optionl field, set to true if the idsToNotify are contexts, default is false
|
||||||
*/
|
*/
|
||||||
@JsonProperty("idsAsGroup")
|
@JsonProperty("idsAsGroup")
|
||||||
protected boolean idsAsGroup = false;
|
protected boolean idsAsGroup = false;
|
||||||
|
|
Loading…
Reference in New Issue