update ConsoleInterface
All checks were successful
Linux arm64 / Build (push) Successful in 42s

This commit is contained in:
Janet-Doe
2025-02-02 21:31:32 +01:00
parent c481f66b0c
commit 591e4f977a
2 changed files with 13 additions and 7 deletions

View File

@@ -173,7 +173,7 @@ public class SudokuSerializer {
* Get a MultiDoku from a pre-existing json save file.
*
* @param numberSave int, number of the save file to open.
* @return MultiDoku, MultoDoku contained in the file.
* @return MultiDoku, MultiDoku contained in the file.
* @throws Exception when the given save file does not exist.
*/
public static MultiDoku getSavedMultiDoku(int numberSave) throws Exception {