Fixed javadocs

This commit is contained in:
Jonathan Turner 2024-02-03 15:01:21 -05:00
parent ec0c41975d
commit 36ff8d70fa

View File

@ -122,7 +122,6 @@ public class Board {
* *
* @param first the first index of the values being swapped * @param first the first index of the values being swapped
* @param second the second index of the values being swapped * @param second the second index of the values being swapped
* @return if the values were swapped or not.
*/ */
public void swap(int first, int second) { public void swap(int first, int second) {
int temp = this.pieces[first]; int temp = this.pieces[first];