Skip to content

Commit

Permalink
#9 Renamed record method
Browse files Browse the repository at this point in the history
Renamed record method to create
  • Loading branch information
SraddhaBhattacharjee committed Feb 16, 2024
1 parent f61dfd0 commit 7cd5cb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

public record RecordingStatus(@Nullable Track.Id trackId) {

static RecordingStatus record(@NonNull Track.Id trackId) {
static RecordingStatus create(@NonNull Track.Id trackId) {
return new RecordingStatus(trackId);
}

Expand Down

0 comments on commit 7cd5cb2

Please sign in to comment.