Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/java/org/apache/commons/lang3/ArrayUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -1879,7 +1879,7 @@ public static int getLength(final Object array) {
* Multi-dimensional primitive arrays are also handled correctly by this method.
* </p>
*
* @param array the array to get a hash code for, {@code null} returns zero.
* @param array the array to get a hash code for, may be {@code null}.
* @return a hash code for the array.
*/
public static int hashCode(final Object array) {
Expand Down