Skip to content

Commit

Permalink
issuedAt -> startTime
Browse files Browse the repository at this point in the history
  • Loading branch information
P1otrulla committed Dec 10, 2023
1 parent b72c15d commit b8200aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

public class Meeting {

private Instant issuedAt;
private Instant startTime;
private final Set<Long> presentMembers = new HashSet<>();
private final Set<Long> absentMembers = new HashSet<>();

Expand Down

0 comments on commit b8200aa

Please sign in to comment.