1
0
Fork 0

documentation - correct javadoc for paddle constructor

This commit is contained in:
rxbn_ 2019-12-13 00:41:14 +01:00
parent 75ee56adce
commit 087650adc8
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ public class Paddle implements IPaddle {
/**
* The constructor of a paddle
*
* @param position paddles initial position
*/
public Paddle(Position position) {
this.position = position;