Skip to content

Commit 6a30701

Browse files
committed
Fix BallColors enum
1 parent 668955c commit 6a30701

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package core.basesyntax;
22

33
public enum BallColors {
4-
Yellow,
5-
Green,
6-
Red,
7-
Purple,
8-
White,
9-
Black
4+
YELLOW,
5+
GREEN,
6+
RED,
7+
PURPLE,
8+
WHITE,
9+
BLACK
1010
}

0 commit comments

Comments
 (0)