Searched refs:attributesFull (Results 1 – 1 of 1) sorted by relevance
367 Map<String, String> attributesFull = partsFull.getAttributes(-1); in changeNewToOld() local370 for (Iterator<String> it = attributesFull.keySet().iterator(); it.hasNext();) { in changeNewToOld()373 attributesOld.put(attribute, attributesFull.get(attribute)); in changeNewToOld()