removed useless line
This commit is contained in:
parent
c97c20625e
commit
c2575a8bee
|
|
@ -71,8 +71,8 @@ public class Board {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void cleanBoard() {
|
public void cleanBoard() {
|
||||||
this.populateBoard(); // not sure at all
|
//TO DO
|
||||||
}
|
}
|
||||||
|
|
||||||
public String toString() {
|
public String toString() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue