Mid commit for problem solving
This commit is contained in:
@@ -303,7 +303,7 @@ public class ClientLauncherTUI {
|
||||
/**
|
||||
* Handles the {@code draw} command, dispatching to the appropriate controller draw method.
|
||||
*
|
||||
* @param parts the tokenised command: {@code [draw, upper|lower, tribe|building, pos]}.
|
||||
* @param parts the tokenized command: {@code [draw, upper|lower, tribe|building, pos]}.
|
||||
* @param controller the client controller to invoke.
|
||||
*/
|
||||
private void handleDraw(String[] parts, ClientController controller) {
|
||||
@@ -331,7 +331,7 @@ public class ClientLauncherTUI {
|
||||
/**
|
||||
* Parses an integer position argument at {@code idx} in {@code parts}.
|
||||
*
|
||||
* @param parts the tokenised command array.
|
||||
* @param parts the tokenized command array.
|
||||
* @param idx index of the position argument.
|
||||
* @return the parsed integer, or {@code -1} if missing or malformed.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user