1
0

Javadoc typos

This commit is contained in:
Gary Gregory
2023-05-19 08:52:13 -04:00
parent e684e574a6
commit 5995c6c6e7
2 changed files with 7 additions and 7 deletions

View File

@@ -1637,12 +1637,12 @@ public abstract class LogFactory {
* Returns a string that uniquely identifies the specified object, including * Returns a string that uniquely identifies the specified object, including
* its class. * its class.
* <p> * <p>
* The returned string is of form "classname@hashcode", ie is the same as * The returned string is of form "classname@hashCode", ie is the same as
* the return value of the Object.toString() method, but works even when * the return value of the Object.toString() method, but works even when
* the specified object's class has overidden the toString method. * the specified object's class has overidden the toString method.
* *
* @param o may be null. * @param o may be null.
* @return a string of form classname@hashcode, or "null" if param o is null. * @return a string of form classname@hashCode, or "null" if param o is null.
* @since 1.1 * @since 1.1
*/ */
public static String objectId(final Object o) { public static String objectId(final Object o) {