594595596597598599600601602603604
if (bundle == null) { throw new NoSuchItemStateException(nodeId.toString()); } modified.put(nodeId, bundle); } bundle.removeProperty(id.getName()); } } } // add added properties iter = changeLog.addedStates();
590591592593594595596597598599600
if (bundle == null) { throw new NoSuchItemStateException(nodeId.toString()); } modified.put(nodeId, bundle); } bundle.removeProperty(id.getName()); } } } // add added properties for (ItemState state : changeLog.addedStates()) {
591592593594595596597598599600601
603604605606607608609610611612613
601602603604605606607608609610611
632633634635636637638639640641642