commentary
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1147515 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8ffdb2df2e
commit
b81dfde37c
|
@ -320,7 +320,7 @@ public class ObjectUtils {
|
|||
return obj == null ? nullStr : obj.toString();
|
||||
}
|
||||
|
||||
// Min/Max
|
||||
// Comparable
|
||||
//-----------------------------------------------------------------------
|
||||
/**
|
||||
* <p>Null safe comparison of Comparables.</p>
|
||||
|
@ -410,6 +410,8 @@ public class ObjectUtils {
|
|||
return c1.compareTo(c2);
|
||||
}
|
||||
|
||||
// cloning
|
||||
//-----------------------------------------------------------------------
|
||||
/**
|
||||
* <p>Clone an object.</p>
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue