Fixed other javadocs that were causing the build to fail #story[1092]

main
Fan-Wu Yang 9 years ago
parent 9e6bd10870
commit 9f7c5d8c0c

@ -13,7 +13,7 @@ public class CommandFactory {
* @param race to receive command * @param race to receive command
* @param boat to receive command in race * @param boat to receive command in race
* @param action number to select command * @param action number to select command
* @return * @return returns a new command based on a Command ENUM
*/ */
public static Command createCommand(MockRace race, MockBoat boat, BoatActionEnum action) { public static Command createCommand(MockRace race, MockBoat boat, BoatActionEnum action) {
switch(action) { switch(action) {

@ -38,6 +38,7 @@ public class ControllerServer extends Observable implements Runnable {
/** /**
* Initialise server-side controller with live client socket * Initialise server-side controller with live client socket
* @param socket to client * @param socket to client
* @param rc RaceLogic that is to be applied to the race
*/ */
public ControllerServer(Socket socket, RaceLogic rc) { public ControllerServer(Socket socket, RaceLogic rc) {
this.socket = socket; this.socket = socket;

Loading…
Cancel
Save