Skip to content

Commit

Permalink
Increased page size to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelory committed Apr 3, 2024
1 parent 31d4e70 commit 56ab34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/florizz/core/Ui.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
public class Ui {
private static ArrayList<Flower> lastShownList = new ArrayList<>();
private static int lastPageNo = 0;
private static final int PAGE_SIZE = 3;
private static final int PAGE_SIZE = 5;
private final Scanner inputScanner = new Scanner (System.in);


Expand Down

0 comments on commit 56ab34c

Please sign in to comment.