Skip to content

Commit 0fcac05

Browse files
committed
Fix
1 parent ebd0e7f commit 0fcac05

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/com/thealgorithms/backtracking/CrosswordSolver.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
* {'d', 'o', 'g'}
2222
* }
2323
*/
24-
public class CrosswordSolver {
24+
public final class CrosswordSolver {
25+
private CrosswordSolver() {
26+
}
2527

2628
/**
2729
* Checks if a word can be placed at the specified position in the crossword.

0 commit comments

Comments
 (0)