Fix javadoc warning in Firework.setShotAtAngle

This commit is contained in:
md_5 2019-10-18 20:07:52 +11:00
parent 0399d9d6b6
commit af58d31600

View file

@ -40,7 +40,7 @@ public interface Firework extends Entity {
*
* A firework which was not shot at an angle will fly straight upwards.
*
* @param shotAtAngle
* @param shotAtAngle the new shotAtAngle
*/
void setShotAtAngle(boolean shotAtAngle);
}