mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-12 17:12:40 +01:00
DroidFish: Removed incorrect comment.
This commit is contained in:
@@ -132,7 +132,6 @@ public class Game {
|
|||||||
* @param str The move or command to process.
|
* @param str The move or command to process.
|
||||||
* @return Pair where first item is true if str was understood, false otherwise.
|
* @return Pair where first item is true if str was understood, false otherwise.
|
||||||
* Second item is move played, or null if no move was played. */
|
* Second item is move played, or null if no move was played. */
|
||||||
/** Like processString, but also returns the move played, if any. */
|
|
||||||
public final Pair<Boolean, Move> processString(String str) {
|
public final Pair<Boolean, Move> processString(String str) {
|
||||||
if (getGameState() != GameState.ALIVE)
|
if (getGameState() != GameState.ALIVE)
|
||||||
return new Pair<Boolean,Move>(false, null);
|
return new Pair<Boolean,Move>(false, null);
|
||||||
|
|||||||
Reference in New Issue
Block a user