Description
// 3. deal with locked nodes boolean wasLockable = isNodeType(MIX_LOCKABLE); boolean isLockable = isNodeType(MIX_LOCKABLE); if (wasLockable && !isLockable && holdsLock(false)) { // TODO: This should probably be done in a commit hook unlock(); sessionDelegate.refresh(true); }
AFAICT, this code block will never be executed. Clean up, angela?