8000 Remove an unused constant · xingly/rabbitmq-java-client@ef0b47d · GitHub
[go: up one dir, main page]

Skip to content

Commit ef0b47d

Browse files
Remove an unused constant
1 parent 61fa3a4 commit ef0b47d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/com/rabbitmq/client/ConnectionFactory.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@
4646

4747
public class ConnectionFactory implements Cloneable {
4848

49-
/** Default Executor threads */
50-
@Deprecated
51-
public static final int DEFAULT_NUM_CONSUMER_THREADS = 5;
5249
/** Default user name */
5350
public static final String DEFAULT_USER = "guest";
5451
/** Default password */

0 commit comments

Comments
 (0)
0