This commit is contained in:
@@ -34,7 +34,6 @@ public class SudokuSerializer {
|
||||
for (Cell cell : sudoku.getCells()) {
|
||||
if (!cellIds.contains(cell)) {
|
||||
cellIds.add(cell);
|
||||
|
||||
}
|
||||
|
||||
Block block = cell.getBlock();
|
||||
|
||||
Reference in New Issue
Block a user