Skip to content

Commit

Permalink
Merge pull request rilling#22 from OmniaAlam/9-rename-this-method-to-…
Browse files Browse the repository at this point in the history
…not-match-a-restricted-identifier

#9 Renamed record method
  • Loading branch information
OmniaAlam authored Feb 16, 2024
2 parents f61dfd0 + 7cd5cb2 commit fc1c45e
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 fc1c45e

Please sign in to comment.