Added missing javadocs.

This commit is contained in:
Jonathan Turner 2024-02-03 11:52:31 -05:00
parent c5687291be
commit 0a05da12bb

View File

@ -130,8 +130,12 @@ public class Board {
} }
/** /**
* Hashes the board by adding the pieces to an array and hashes the array.
* *
* @return * @precondition none
* @postcondition none
*
* @return the hash of the board.
*/ */
@Override @Override
public int hashCode() { public int hashCode() {