Skip to content

Commit

Permalink
refactor(category): remove unnecessary NotNull and NotBlank annotatio…
Browse files Browse the repository at this point in the history
…n from name field
  • Loading branch information
ved-asole committed Dec 31, 2024
1 parent c0910f3 commit 93a471d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import org.springframework.validation.annotation.Validated;

import javax.persistence.*;
import javax.validation.constraints.NotNull;
import java.io.Serial;
import java.io.Serializable;
import java.time.LocalDateTime;
Expand Down

0 comments on commit 93a471d

Please sign in to comment.