You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@JsonInclude(Include.NON_EMPTY) // neither empty strings nor null values are allowed for "description", compare with https://github.com/Netcentric/accesscontroltool/issues/724
22
+
@JsonInclude(Include.NON_NULL)
23
23
publicclassCreateGroupStepimplementsStep {
24
24
25
25
// this cannot be a constant, but still needs to be serialized as literal
@@ -29,5 +29,5 @@ public class CreateGroupStep implements Step {
0 commit comments