mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-03-08 18:29:20 +00:00
ARTEMIS-127 Fixing sync on non-final object for ArtemisBrokerWrapper
This commit is contained in:
parent
61895223d0
commit
aab34e5bd0
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user