Skip to content

Commit

Permalink
Use finish instead of apparently protected end
Browse files Browse the repository at this point in the history
  • Loading branch information
rogargon committed Feb 22, 2024
1 parent 8154927 commit d16cd5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ public class Schedule extends UriEntity<Long> {
private Date start;

@NotNull
private Date end;
private Date finish;
}

0 comments on commit d16cd5a

Please sign in to comment.