{
Fqn f = (Fqn) removedNodes.next();
cacheImpl.realRemove(f, false);
}
// 1. Revert the modifications by running the undo-op list in reverse. This *cannot* throw any exceptions !
entry.undoOperations(cache);
}
if (trace)
{
log.trace("bypassed locking as method rollback() doesn't require locking");
}