refactor: remove unused classes and methods, improve code clarity
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
package sudoku;
|
||||
|
||||
public class SudokuPlacement {
|
||||
private Sudoku sudoku;
|
||||
private int offsetLigne;
|
||||
private int offsetColonne;
|
||||
private final Sudoku sudoku;
|
||||
private final int offsetLigne;
|
||||
private final int offsetColonne;
|
||||
|
||||
public SudokuPlacement(Sudoku sudoku, int offsetLigne, int offsetColonne) {
|
||||
this.sudoku = sudoku;
|
||||
|
||||
Reference in New Issue
Block a user