Skip to content

Commit 8c38774

Browse files
committed
1 parent f14a894 commit 8c38774

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spring-rabbit/src/main/java/org/springframework/amqp/rabbit/connection/CachingConnectionFactory.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,6 @@ public enum CacheMode {
177177
/** Synchronization monitor for the shared Connection. */
178178
private final Object connectionMonitor = new Object();
179179

180-
/** Executor used for deferred close if no explicit executor set. */
181-
private final ExecutorService deferredCloseExecutor = Executors.newCachedThreadPool();
182180
/**
183181
* Executor used for deferred close if no explicit executor set.
184182
*/

0 commit comments

Comments
 (0)