588589590591592593594595596597598
if (bundle == null) { throw new NoSuchItemStateException(nodeId.toString()); } modified.put(nodeId, bundle); } bundle.removeProperty(id.getName()); } } } // add added properties for (ItemState state : changeLog.addedStates()) {
589590591592593594595596597598599