Skip to content

Commit 8926eca

Browse files
author
Steve Powell
committed
Changed visibility of some BrokerTestCase instance vars.
1 parent d74717b commit 8926eca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/src/com/rabbitmq/client/test/BrokerTestCase.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535

3636
public class BrokerTestCase extends TestCase
3737
{
38-
public ConnectionFactory connectionFactory = new ConnectionFactory();
38+
protected ConnectionFactory connectionFactory = new ConnectionFactory();
3939

40-
public Connection connection;
41-
public Channel channel;
40+
protected Connection connection;
41+
protected Channel channel;
4242

4343
protected void setUp()
4444
throws IOException

0 commit comments

Comments
 (0)