added doc comment

This commit is contained in:
Dorian Zedler 2020-02-22 10:43:55 +01:00
parent e9aa132d3f
commit ac9e6fb34b

View file

@ -66,7 +66,10 @@ public class GameBoard extends JPanel {
}
/**
* Constructor with custom rows and columns
*
* @param rows number of columns the board sould have
* @param colums number of rows the board should have
*/
GameBoard(int rows, int colums) {
this.boardRows = rows;