@@ -2,8 +2,8 @@ package sudoku;
|
||||
|
||||
public class ImmutableCell extends Cell {
|
||||
|
||||
public ImmutableCell(int symboleIndex) {
|
||||
super(symboleIndex);
|
||||
public ImmutableCell(int symbolIndex) {
|
||||
super(symbolIndex);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user