ARTEMIS-127 Fixing sync on non-final object for ArtemisBrokerWrapper

This commit is contained in:
Thiago Kronig 2015-06-10 13:23:03 -03:00
parent 61895223d0
commit aab34e5bd0

View File

@ -38,7 +38,7 @@ import org.apache.activemq.broker.BrokerService;
public class ArtemisBrokerWrapper extends ArtemisBrokerBase
{
protected Map<String, SimpleString> testQueues = new HashMap<String, SimpleString>();
protected final Map<String, SimpleString> testQueues = new HashMap<String, SimpleString>();
public ArtemisBrokerWrapper(BrokerService brokerService)
{