Fix the comment of ComparableUtils, using "smallest", not "largest" (#1058)
This commit is contained in:
parent
4623bf1827
commit
f59fa5c36d
|
@ -232,7 +232,7 @@ public class ComparableUtils {
|
|||
* @param <A> Type of what we are comparing.
|
||||
* @param comparable1 an argument.
|
||||
* @param comparable2 another argument.
|
||||
* @return the largest of {@code c1} and {@code c2}.
|
||||
* @return the smallest of {@code c1} and {@code c2}.
|
||||
* @see ObjectUtils#min(Comparable...)
|
||||
* @since 3.13.0
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue