Skip to content

Commit

Permalink
fixed some mistakes 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Ann1120-ua committed Nov 26, 2024
1 parent 9d74059 commit fdd10ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/core/basesyntax/Lottery.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

public class Lottery {

private final static int MAX_BALL_COUNT = 100;
private static final int MAX_BALL_COUNT = 100;
private final Random random = new Random();
private final ColorSupplier colorSupplier = new ColorSupplier();

Expand Down

0 comments on commit fdd10ac

Please sign in to comment.