Skip to content

Commit

Permalink
user common lists util
Browse files Browse the repository at this point in the history
  • Loading branch information
hening committed Feb 7, 2025
1 parent 6df98e9 commit de2b04e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion java/fury-core/src/test/java/org/apache/fury/FuryTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
import static org.testng.Assert.assertThrows;
import static org.testng.Assert.assertTrue;

import com.beust.jcommander.internal.Lists;
import com.google.common.collect.HashBasedTable;
import com.google.common.collect.ImmutableList;
import com.google.common.collect.ImmutableMap;
Expand All @@ -50,6 +49,8 @@
import java.util.TreeSet;
import java.util.UUID;
import java.util.WeakHashMap;

import com.google.common.collect.Lists;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.EqualsAndHashCode;
Expand Down

0 comments on commit de2b04e

Please sign in to comment.