mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-08-18 20:38:02 +08:00
release 5.2.5
This commit is contained in:
@@ -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