Forgot part of the JavaDoc, whoops.

This commit is contained in:
graywolf336 2014-07-21 18:28:56 -05:00
parent 8b547ed748
commit a2d46b8e26

View File

@ -14,6 +14,7 @@ public class Stick {
private double health; private double health;
/** /**
* Creates a new Jail Stick instance.
* *
* @param jail the player will be jailed in. * @param jail the player will be jailed in.
* @param reason the player will be jailed for. * @param reason the player will be jailed for.