Skip to content

Commit

Permalink
[refactor] 메서드명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
syyling committed Mar 12, 2024
1 parent c90a09e commit 73b3459
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class MovieSaveService {

private final MovieRepository movieRepository;

public void saveMovie(Movie movie) {
public void save(Movie movie) {
movieRepository.save(movie);
}

Expand Down

0 comments on commit 73b3459

Please sign in to comment.