Skip to content

Commit b26e3a4

Browse files
committed
chore: Add final function in RockPaperScissors class to pass Checkstyle
1 parent 85ef422 commit b26e3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/puzzlesandgames/RockPaperScissors.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* Result: You win!
1818
* Author: Lígia Alves (Hacktoberfest 2025)
1919
*/
20-
public class RockPaperScissors {
20+
public final class RockPaperScissors {
2121

2222
private RockPaperScissors() {
2323
throw new UnsupportedOperationException("Utility class");

0 commit comments

Comments
 (0)