summaryrefslogtreecommitdiff
path: root/qpid/java/perftests
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/perftests')
-rw-r--r--qpid/java/perftests/src/main/java/org/apache/qpid/topic/TopicWithSelectorsTransientVolumeTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/java/perftests/src/main/java/org/apache/qpid/topic/TopicWithSelectorsTransientVolumeTest.java b/qpid/java/perftests/src/main/java/org/apache/qpid/topic/TopicWithSelectorsTransientVolumeTest.java
index e0c0b00335..1d6ec07bb0 100644
--- a/qpid/java/perftests/src/main/java/org/apache/qpid/topic/TopicWithSelectorsTransientVolumeTest.java
+++ b/qpid/java/perftests/src/main/java/org/apache/qpid/topic/TopicWithSelectorsTransientVolumeTest.java
@@ -51,8 +51,8 @@ public class TopicWithSelectorsTransientVolumeTest extends QpidBrokerTestCase
private static final int MSG_SIZE = 1024;
private static final byte[] BYTE_ARRAY = new byte[MSG_SIZE];
- ArrayList<MyMessageSubscriber> _subscribers = new ArrayList<MyMessageSubscriber>();
- HashMap<String,Long> _queueMsgCounts = new HashMap<String,Long>();
+ private ArrayList<MyMessageSubscriber> _subscribers = new ArrayList<MyMessageSubscriber>();
+ private HashMap<String,Long> _queueMsgCounts = new HashMap<String,Long>();
private final static Object _lock=new Object();
private boolean _producerFailed;