Skip to content

Commit

Permalink
๐Ÿ› :: [Grade] wrong annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
leeseojune53 committed Jun 10, 2021
1 parent 4e2bfea commit d927e15
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import lombok.NoArgsConstructor;
import lombok.Setter;

import javax.validation.constraints.NotEmpty;
import java.sql.Time;

@Getter
Expand All @@ -14,7 +13,6 @@
@AllArgsConstructor
public class GradeRequest {

@NotEmpty
private int id;
private Time breakfast; //์•„์นจ ๋จน๋Š” ์‹œ๊ฐ„
private Time lunch;
Expand Down

0 comments on commit d927e15

Please sign in to comment.