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