Skip to content

Commit

Permalink
* Added @default so that builder will perform the default init.
Browse files Browse the repository at this point in the history
  • Loading branch information
NassimBtk committed Feb 18, 2025
1 parent 58f7778 commit 232400a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public class ConnectorIdentity implements Serializable {
*/
@JsonDeserialize(using = PlatformsDeserializer.class)
@JsonSetter(nulls = SKIP)
@Default
private Set<String> platforms = new HashSet<>();

/**
Expand Down

0 comments on commit 232400a

Please sign in to comment.