diff --git a/src/main/java/it/polimi/ingsw/gc14/ClientLauncherTUI.java b/src/main/java/it/polimi/ingsw/gc14/ClientLauncherTUI.java index 9aacd2a..001f2bb 100644 --- a/src/main/java/it/polimi/ingsw/gc14/ClientLauncherTUI.java +++ b/src/main/java/it/polimi/ingsw/gc14/ClientLauncherTUI.java @@ -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. */ diff --git a/src/main/java/it/polimi/ingsw/gc14/GameEventProcessor.java b/src/main/java/it/polimi/ingsw/gc14/GameEventProcessor.java index 33c18a5..a8aae23 100644 --- a/src/main/java/it/polimi/ingsw/gc14/GameEventProcessor.java +++ b/src/main/java/it/polimi/ingsw/gc14/GameEventProcessor.java @@ -21,7 +21,7 @@ import java.util.stream.Collectors; *

The three top-level states that determine routing are: *