This commit is contained in:
@@ -17,11 +17,6 @@ public class MutableCell extends Cell{
|
||||
this.possibleSymbols = new ArrayList<>();
|
||||
}
|
||||
|
||||
public MutableCell(MutableCell currentCell) {
|
||||
super(currentCell);
|
||||
this.possibleSymbols = currentCell.getPossibleSymbols();
|
||||
}
|
||||
|
||||
public void setSymbolIndex(int symbolIndex) {
|
||||
this.symbolIndex = symbolIndex;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user