1
0

Javadoc: Fix spelling

This commit is contained in:
Gary Gregory
2023-10-19 10:35:59 -04:00
parent bc3c5461a4
commit 9c50425bfc

View File

@@ -1470,7 +1470,8 @@ public abstract class LogFactory {
* <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 overridden the toString method.
* </p>
* *
* @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.