Skip to content

Commit aac1f8b

Browse files
committed
Fixed Param comment
1 parent 835aa66 commit aac1f8b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/com/jwetherell/algorithms/data_structures/HashMap.java

-3
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,6 @@ private void initializeMap(int length) {
212212
*
213213
* @param h
214214
* hash to get index of.
215-
* @param length
216-
* length of array
217-
*
218215
* @return Integer which represents the key.
219216
*/
220217
private int indexOf(int h) {

0 commit comments

Comments
 (0)