Modified getResult method and Java Doc

This commit is contained in:
Matthis FAUVET 2024-10-09 11:04:17 +02:00
parent 5b39fd139d
commit ee380deb0e
2 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public interface Plateau {
* *
* @return the result * @return the result
*/ */
Result getResult(); int getResult();
/** /**
* List next legals moves * List next legals moves