Skip to content

Commit

Permalink
feat: @notblank 삭제 (#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
jschoi-96 authored Dec 16, 2024
1 parent a9a4d39 commit 16df435
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/balancetalk/game/domain/Game.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public class Game extends BaseTimeEntity {
@OneToMany(mappedBy = "game", cascade = CascadeType.ALL, orphanRemoval = true)
private List<GameOption> gameOptions = new ArrayList<>();

@NotBlank
@Size(max = 100)
private String description;

Expand Down

0 comments on commit 16df435

Please sign in to comment.