We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74717b commit 8926ecaCopy full SHA for 8926eca
test/src/com/rabbitmq/client/test/BrokerTestCase.java
@@ -35,10 +35,10 @@
35
36
public class BrokerTestCase extends TestCase
37
{
38
- public ConnectionFactory connectionFactory = new ConnectionFactory();
+ protected ConnectionFactory connectionFactory = new ConnectionFactory();
39
40
- public Connection connection;
41
- public Channel channel;
+ protected Connection connection;
+ protected Channel channel;
42
43
protected void setUp()
44
throws IOException
0 commit comments