This commit is contained in:
9
app/src/main/java/sudoku/ImmutableCell.java
Normal file
9
app/src/main/java/sudoku/ImmutableCell.java
Normal file
@@ -0,0 +1,9 @@
|
||||
package sudoku;
|
||||
|
||||
public class ImmutableCell extends Cell {
|
||||
|
||||
public ImmutableCell(int symboleIndex) {
|
||||
super(symboleIndex);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user