Javadoc
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137605 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3afcf2d381
commit
219fc47a0d
|
@ -68,7 +68,7 @@ import java.io.Serializable;
|
|||
* @author Stephen Colebourne
|
||||
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
|
||||
* @since 1.0
|
||||
* @version $Id: ObjectUtils.java,v 1.17 2003/08/13 23:30:58 scolebourne Exp $
|
||||
* @version $Id: ObjectUtils.java,v 1.18 2003/08/16 09:50:59 scolebourne Exp $
|
||||
*/
|
||||
public class ObjectUtils {
|
||||
|
||||
|
@ -231,7 +231,7 @@ public class ObjectUtils {
|
|||
|
||||
/**
|
||||
* <p>Gets the <code>toString</code> of an <code>Object</code> returning
|
||||
* an empty string ("") if <code>null</code> input.</p>
|
||||
* a specified text if <code>null</code> input.</p>
|
||||
*
|
||||
* <pre>
|
||||
* ObjectUtils.toString(null, null) = null
|
||||
|
|
Loading…
Reference in New Issue