Skip to content

Commit 9b95d4a

Browse files
author
Simon MacMullen
committed
Cosmetic
1 parent 963efd5 commit 9b95d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/rabbitmq/client/ConnectionFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public class ConnectionFactory implements Cloneable {
9292
private SocketFactory factory = SocketFactory.getDefault();
9393
private SaslConfig saslConfig = DefaultSaslConfig.PLAIN;
9494
private ExecutorService sharedExecutor;
95-
private ThreadFactory threadFactory = Executors.defaultThreadFactory();
95+
private ThreadFactory threadFactory = Executors.defaultThreadFactory();
9696
private SocketConfigurator socketConf = new DefaultSocketConfigurator();
9797
private ExceptionHandler exceptionHandler = new DefaultExceptionHandler();
9898

0 commit comments

Comments
 (0)