mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fix doc
This commit is contained in:
parent
1f8bac4afa
commit
7cee14373a
@ -2780,11 +2780,11 @@ public class CollUtil {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 取最大值
|
* 取最小值
|
||||||
*
|
*
|
||||||
* @param <T> 元素类型
|
* @param <T> 元素类型
|
||||||
* @param coll 集合
|
* @param coll 集合
|
||||||
* @return 最大值
|
* @return 最小值
|
||||||
* @see Collections#min(Collection)
|
* @see Collections#min(Collection)
|
||||||
* @since 4.6.5
|
* @since 4.6.5
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user