Skip to content

Commit 0424e5a

Browse files
author
Hugo Marcellin
committed
Remove NON NULL annotation from primitive
1 parent 2f931f0 commit 0424e5a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/gridsuite/studyconfig/server/dto/GlobalFilterInfos.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ public record GlobalFilterInfos(
4040
@Schema(description = "Filter label")
4141
String label,
4242

43-
@JsonInclude(JsonInclude.Include.NON_NULL)
4443
@Schema(description = "Was filter recently applied")
4544
boolean recent,
4645

0 commit comments

Comments
 (0)