Skip to content

Commit

Permalink
commit 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergeev-Alexander committed Dec 8, 2023
1 parent 08b7cee commit 6227392
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public class Film {
@Positive(message = "Duration field must be positive!")
private Long duration;

@NotNull
private Mpa mpa;

private Set<Genre> genres = new HashSet<>();
Expand Down

0 comments on commit 6227392

Please sign in to comment.