should be a synchronized call around getVmLockSet()

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@512497 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2007-02-27 23:42:03 +00:00
parent 9ba5e1921c
commit 6b38f803bc
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ public class KahaStore implements Store{
static private Set<String> getVmLockSet(){
static synchronized private Set<String> getVmLockSet(){
if(lockSet==null){
Properties properties=System.getProperties();
synchronized(properties){