BlueLagoon: Fixed double comment

This commit is contained in:
Nathan Woodburn 2023-04-21 11:34:41 +10:00
parent 8adc551913
commit cba1604afa
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

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