mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
AVM DAO refactor
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@16138 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -40,6 +40,8 @@ import org.springframework.beans.factory.InitializingBean;
|
||||
* A Transactional? implementation of AVM path lookup cache
|
||||
*
|
||||
* @author britt
|
||||
*
|
||||
* @deprecated
|
||||
*/
|
||||
public class TransactionalLookupCache implements LookupCache, InitializingBean
|
||||
{
|
||||
@@ -153,7 +155,6 @@ public class TransactionalLookupCache implements LookupCache, InitializingBean
|
||||
{
|
||||
return null;
|
||||
}
|
||||
dir = (DirectoryNode)AVMNodeUnwrapper.Unwrap(dir);
|
||||
// Add an entry for the root.
|
||||
result.add(dir, "", true, write);
|
||||
dir = (DirectoryNode)result.getCurrentNode();
|
||||
|
Reference in New Issue
Block a user