This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git
commit 94736302cebadfcf7fd4ef621a9d6ffba4e40cc2 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Aug 19 13:31:17 2024 -0400 Sort imports --- src/test/java/org/apache/commons/dbcp2/TestUtils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/java/org/apache/commons/dbcp2/TestUtils.java b/src/test/java/org/apache/commons/dbcp2/TestUtils.java index 395d25b2..0d0b1573 100644 --- a/src/test/java/org/apache/commons/dbcp2/TestUtils.java +++ b/src/test/java/org/apache/commons/dbcp2/TestUtils.java @@ -23,13 +23,13 @@ import static org.junit.jupiter.api.Assertions.assertFalse; import static org.junit.jupiter.api.Assertions.assertThrows; import static org.junit.jupiter.api.Assertions.assertTrue; -import org.junit.jupiter.api.Test; - import java.util.Arrays; import java.util.Collection; import java.util.Collections; import java.util.HashSet; +import org.junit.jupiter.api.Test; + public class TestUtils { public static PStmtKey getPStmtKey(final PoolablePreparedStatement<PStmtKey> poolablePreparedStatement) {