fix : doc
All checks were successful
Linux arm64 / Build (push) Successful in 42s

This commit is contained in:
Melvyn
2025-02-02 23:54:56 +01:00
parent 78537be4e9
commit 6a54635c59
8 changed files with 33 additions and 37 deletions

View File

@@ -18,7 +18,7 @@ import sudoku.structure.Sudoku;
import sudoku.structure.SudokuFactory;
class SolverTest {
private int ns = Cell.NOSYMBOL;
private final int ns = Cell.NOSYMBOL;
protected static HumanSolver h;
private static RandomSolver r;
private static MixedSolver m;