mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
release 5.2.5
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<parent>
|
||||
<groupId>cn.hutool</groupId>
|
||||
<artifactId>hutool-parent</artifactId>
|
||||
<version>5.2.5-SNAPSHOT</version>
|
||||
<version>5.2.5</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>hutool-core</artifactId>
|
||||
|
@@ -486,7 +486,7 @@ public class CollUtil {
|
||||
*/
|
||||
@SafeVarargs
|
||||
public static <T> LinkedHashSet<T> newLinkedHashSet(T... ts) {
|
||||
return (LinkedHashSet<T>) newHashSet(true, ts);
|
||||
return (LinkedHashSet<T>) set(true, ts);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user