Incorrect post-error cache removal method

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@22995 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2010-10-08 15:39:36 +00:00
parent 8014b4dadd
commit c2fbd5d8d6

View File

@@ -1984,7 +1984,7 @@ public abstract class AbstractNodeDAOImpl implements NodeDAO, BatchingDAO
catch (RuntimeException e) catch (RuntimeException e)
{ {
// This could be because the cache is out of date // This could be because the cache is out of date
aspectsCache.deleteByKey(nodeId); aspectsCache.removeByKey(nodeId);
throw e; throw e;
} }
finally finally