Added missing javadocs.
This commit is contained in:
parent
c5687291be
commit
0a05da12bb
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user