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:
Sebastian Bazley 2011-01-07 00:06:38 +00:00
parent f4f07d5ace
commit 26afc6228d
1 changed files with 1 additions and 0 deletions

View File

@ -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