mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix doc
This commit is contained in:
@@ -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
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user