Javadoc: Fix spelling
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user