fix : création MultiDoku à résoudre avec cell imuable
All checks were successful
Linux arm64 / Build (push) Successful in 53s
All checks were successful
Linux arm64 / Build (push) Successful in 53s
This commit is contained in:
@@ -198,5 +198,11 @@ public class MultiDoku {
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
public void setFilledCellsImmutable() {
|
||||
for (Cell filledCell : getFilledCells()) {
|
||||
filledCell.setImmutable();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user