Fixed LockDAO to use correct, new lock token during bulk update

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@13954 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2009-04-15 12:07:57 +00:00
parent a97ff34f03
commit 2ec7305fd9
3 changed files with 9 additions and 7 deletions

View File

@@ -26,7 +26,6 @@ package org.alfresco.repo.domain.locks;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.locks.ReentrantLock;
import java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock;
import junit.framework.TestCase;