File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ public class ConnectionFactory implements Cloneable {
7272 private Map <String , Object > _clientProperties = AMQConnection .defaultClientProperties ();
7373 private SocketFactory factory = SocketFactory .getDefault ();
7474 private SaslConfig saslConfig = DefaultSaslConfig .PLAIN ;
75-
7675
7776 /** @return number of consumer threads in default {@link ExecutorService} */
7877 public int getNumConsumerThreads () {
@@ -84,10 +83,6 @@ public void setNumConsumerThreads(int numConsumerThreads) {
8483 this .numConsumerThreads = numConsumerThreads ;
8584 }
8685
87- /** Instantiate a ConnectionFactory with a default set of parameters */
88- public ConnectionFactory () {
89- }
90-
9186 /** @return the default host to use for connections */
9287 public String getHost () {
9388 return host ;
You can’t perform that action at this time.
0 commit comments