diff options
Diffstat (limited to 'spark-common/src/test/java/me/lucko/spark/common/util')
-rw-r--r-- | spark-common/src/test/java/me/lucko/spark/common/util/MethodDisambiguatorTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spark-common/src/test/java/me/lucko/spark/common/util/MethodDisambiguatorTest.java b/spark-common/src/test/java/me/lucko/spark/common/util/MethodDisambiguatorTest.java index f0bea8f..ad2f1e1 100644 --- a/spark-common/src/test/java/me/lucko/spark/common/util/MethodDisambiguatorTest.java +++ b/spark-common/src/test/java/me/lucko/spark/common/util/MethodDisambiguatorTest.java @@ -20,9 +20,9 @@ package me.lucko.spark.common.util; -import me.lucko.spark.test.TestClass; import me.lucko.spark.common.util.MethodDisambiguator.MethodDescription; import me.lucko.spark.common.util.classfinder.FallbackClassFinder; +import me.lucko.spark.test.TestClass; import org.junit.jupiter.params.ParameterizedTest; import org.junit.jupiter.params.provider.CsvSource; import org.junit.jupiter.params.provider.ValueSource; |