Fixed JavaDoc errors by adding missing parameters

This commit is contained in:
Michael Rausch
2017-09-01 16:13:18 +12:00
parent b346d5a706
commit 3f910b8db7
4 changed files with 12 additions and 7 deletions
@@ -54,7 +54,7 @@ public class ServerAdvertiser {
}
/**
* Set the map name & broadcast an update on the network
* Set the map name and broadcast an update on the network
* @param mapName The new map name
* @return The current ServerAdvertiser instance
*/
@@ -69,7 +69,7 @@ public class ServerAdvertiser {
}
/**
* Set the spaces left on the server & broadcast an update on the network
* Set the spaces left on the server and broadcast an update on the network
* @param spacesLeft The number of spaces left on the server
* @return The current ServerAdvertiser instance
*/
@@ -22,6 +22,7 @@ public class MarkRoundingMessage extends Message{
* @param roundingBoatStatus roundingBoatStatus
* @param roundingSide roundingSide
* @param markId markId
* @param markType .
*/
public MarkRoundingMessage(int ackNumber, int raceId, int sourceId, RoundingBoatStatus roundingBoatStatus,
RoundingSide roundingSide, MarkType markType, int markId) {