Skip to content

Commit

Permalink
refactor: Сделать POSITIVE_RATING константой
Browse files Browse the repository at this point in the history
  • Loading branch information
vvbakhanovich committed Feb 14, 2024
1 parent f5207b4 commit 39aeca9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
@RequiredArgsConstructor
@Slf4j
public class UserServiceImpl implements UserService {
private static final int POSITIVE_RATING = 6;

private final UserStorage userStorage;
private final FilmStorage filmStorage;
Expand Down

0 comments on commit 39aeca9

Please sign in to comment.