Skip to content

Commit 3e814a0

Browse files
author
Steve Powell
committed
Remove unnecessary constructor.
1 parent 95d2bf6 commit 3e814a0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/com/rabbitmq/client/ConnectionFactory.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)