This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch POOL_2_X
in repository https://gitbox.apache.org/repos/asf/commons-pool.git

commit 44af943ed30e3e1aeb848555aa6929331a2725d7
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 21 20:53:57 2025 +0000

    Sort imports
---
 src/test/java/org/apache/commons/pool2/PooledObjectTest.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/java/org/apache/commons/pool2/PooledObjectTest.java 
b/src/test/java/org/apache/commons/pool2/PooledObjectTest.java
index 237eb8e2..40b44dfe 100644
--- a/src/test/java/org/apache/commons/pool2/PooledObjectTest.java
+++ b/src/test/java/org/apache/commons/pool2/PooledObjectTest.java
@@ -17,9 +17,9 @@
 
 package org.apache.commons.pool2;
 
-import static org.junit.jupiter.api.Assertions.assertNull;
-import static org.junit.jupiter.api.Assertions.assertNotNull;
 import static org.junit.jupiter.api.Assertions.assertFalse;
+import static org.junit.jupiter.api.Assertions.assertNotNull;
+import static org.junit.jupiter.api.Assertions.assertNull;
 import static org.junit.jupiter.api.Assertions.assertTrue;
 
 import org.apache.commons.pool2.impl.DefaultPooledObject;

Reply via email to