701702703704705706707708709710711
{ Object element = iter.next(); if (contains(element)) { backingSuccess = true; addQueuedOperation(new RemoveOperation(element)); } } } else {
919920921922923924925926927928929
if (SCOUtils.useQueuedUpdate(queued, ownerSM)) { backingSuccess = contained; if (backingSuccess) { addQueuedOperation(new RemoveOperation(element, allowCascadeDelete)); } } else { try
968969970971972973974975976977978