Skip to content
Snippets Groups Projects
Commit b0a6bbc8 authored by Goik Martin's avatar Goik Martin
Browse files

Avoiding Javadoc error

parent f078e8c2
Branches
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ public class Cell extends Actor {
* ...NNN... ......... |.....
* .........
*
* @param neighbors
* @param neighbors The cell's set of neighbors
*/
public void setNeighbors(Cell[] neighbors) {
this.neighbors = neighbors;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment