mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Fixed JavaDoc errors by adding missing parameters
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user