sohamgulame opened a new pull request, #1593: URL: https://github.com/apache/commons-lang/pull/1593
This PR fixes an incorrect statement in the Javadoc of ArrayUtils#hashCode(Object). Previously, the documentation stated that null returns zero, but the actual implementation returns 629 via HashCodeBuilder. This change updates the Javadoc to reflect the real behavior without altering functionality. All tests pass locally with Maven build. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
