Minor Javadoc clarification
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1056129 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f4f07d5ace
commit
26afc6228d
|
@ -310,6 +310,7 @@ public class ObjectUtils {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Null safe comparison of Comparables.
|
* Null safe comparison of Comparables.
|
||||||
|
* {@code null} is assumed to be less than a non-{@code null} value.
|
||||||
*
|
*
|
||||||
* @param c1 the first comparable, may be null
|
* @param c1 the first comparable, may be null
|
||||||
* @param c2 the second comparable, may be null
|
* @param c2 the second comparable, may be null
|
||||||
|
|
Loading…
Reference in New Issue