fix build
All checks were successful
Linux arm64 / Build (push) Successful in 52s

This commit is contained in:
2025-01-21 19:28:53 +01:00
parent 4e33318ba0
commit 3a69139798
4 changed files with 14 additions and 12 deletions

View File

@@ -31,7 +31,7 @@ public class Solver {
int symbol = currentCell.getPossibleSymbols().get(0);
currentCell.setSymbolIndex(symbol);
stack.push(new MutableCell(currentCell));
// stack.push(new MutableCell(currentCell));
try {
doku.updateSymbolsPossibilities();
} catch (Exception e) {