mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-08-18 20:38:02 +08:00
fix
This commit is contained in:
@@ -81,7 +81,7 @@ public class CollUtilTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void intersectionTest2() {
|
||||
public void intersectionDistinctTest() {
|
||||
ArrayList<String> list1 = CollUtil.newArrayList("a", "b", "b", "c", "d", "x");
|
||||
ArrayList<String> list2 = CollUtil.newArrayList("a", "b", "b", "b", "c", "d");
|
||||
ArrayList<String> list3 = CollUtil.newArrayList();
|
||||
|
Reference in New Issue
Block a user