This commit is contained in:
@@ -43,7 +43,7 @@ public class SudokuSerializer {
|
||||
}
|
||||
|
||||
int blockID = blockIds.indexOf(block);
|
||||
int symboleIndex = cell.getSymboleIndex();
|
||||
int symboleIndex = cell.getSymbolIndex();
|
||||
|
||||
JSONObject cellJsonObject = new JSONObject();
|
||||
cellJsonObject.put("blockID", blockID);
|
||||
@@ -157,7 +157,7 @@ public class SudokuSerializer {
|
||||
sudokuBlocks.add(blocks.get(blockID));
|
||||
}
|
||||
|
||||
sudokus.add(new Sudoku(sudokuCells, sudokuBlocks));
|
||||
sudokus.add(new Sudoku(sudokuCells, sudokuBlocks, null));
|
||||
}
|
||||
|
||||
return new MultiDoku(sudokus);
|
||||
|
||||
Reference in New Issue
Block a user