This commit is contained in:
Massimiliano Assante 2022-05-05 11:17:11 +02:00
parent bdf0c56990
commit 5225eb2ce5
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ public abstract class WorkspaceEvent {
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")
protected boolean idsAsGroup = false;