Added Javadoc comments

This commit is contained in:
Nathan Lum
2019-02-25 21:15:46 -07:00
committed by GitHub
parent 55e1ae2d5f
commit b1421e19d4

View File

@@ -16,7 +16,7 @@ public class Start
/**
* setter method that takes in a Player object as an argument.
*
* @param player returns object of the class Player
* @param player takes object of the class Player as an argument
*/
public void setPlayer(Player player) {
Player playerTemp = new Player(player);