Skip to content

Commit

Permalink
Changed constNumber
Browse files Browse the repository at this point in the history
  • Loading branch information
aqerd committed Nov 17, 2024
1 parent 4d4734a commit 3bd881d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/oopproject/TelegramBot.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class TelegramBot implements LongPollingSingleThreadUpdateConsumer {
// private final Database database = new Database();
// private final Gson gson = new Gson();

private final int constNumber = 15;
private final int constNumber = 12;

private final HashMap<Integer, Integer> yearMovieIndexMap = new HashMap<>();
private final HashMap<String, Integer> genreMovieIndexMap = new HashMap<>();
Expand Down

0 comments on commit 3bd881d

Please sign in to comment.