Skip to content

Commit

Permalink
fix: enum not null missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
jimcase committed Sep 12, 2024
1 parent 1282436 commit 315257b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import io.swagger.v3.oas.annotations.media.Schema;
import jakarta.validation.constraints.NotBlank;
import jakarta.validation.constraints.NotNull;
import lombok.*;

import java.util.List;
Expand Down

0 comments on commit 315257b

Please sign in to comment.