diff --git a/src/Assignments/A1/models/Board.java b/src/Assignments/A1/models/Board.java index 51114a3..a5bb737 100644 --- a/src/Assignments/A1/models/Board.java +++ b/src/Assignments/A1/models/Board.java @@ -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 public int hashCode() {