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-pool.git


The following commit(s) were added to refs/heads/master by this push:
     new 201cd5f  Clean up exception.
201cd5f is described below

commit 201cd5fac01fff8bd7873c97f1dd6a9db0f1f874
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Wed Jun 23 12:56:03 2021 -0400

    Clean up exception.
---
 .../org/apache/commons/pool2/impl/TestAbandonedKeyedObjectPool.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/commons/pool2/impl/TestAbandonedKeyedObjectPool.java 
b/src/test/java/org/apache/commons/pool2/impl/TestAbandonedKeyedObjectPool.java
index 01a6265..541e1ea 100644
--- 
a/src/test/java/org/apache/commons/pool2/impl/TestAbandonedKeyedObjectPool.java
+++ 
b/src/test/java/org/apache/commons/pool2/impl/TestAbandonedKeyedObjectPool.java
@@ -141,7 +141,7 @@ public class TestAbandonedKeyedObjectPool {
 
     @SuppressWarnings("deprecation")
     @BeforeEach
-    public void setUp() throws Exception {
+    public void setUp() {
         abandonedConfig = new AbandonedConfig();
 
         // Uncomment the following line to enable logging:

Reply via email to