BlueLagoon: Fixed double comment

This commit is contained in:
2023-04-21 11:34:41 +10:00
parent 8adc551913
commit cba1604afa

View File

@@ -192,8 +192,8 @@ public class BlueLagoon {
* Importantly, players can now only play on the sea if it is * Importantly, players can now only play on the sea if it is
* adjacent to a piece they already own. * adjacent to a piece they already own.
* *
// * @param stateString a string representing a game state * @param stateString a string representing a game state
// * @param moveString a string representing the current player's move * @param moveString a string representing the current player's move
* @return true if the current player can make the move and false otherwise * @return true if the current player can make the move and false otherwise
*/ */
public static boolean isMoveValid(String stateString, String moveString) { public static boolean isMoveValid(String stateString, String moveString) {