657658659660661662663664665666667
final String uuid = nodeInterface.getProperty(uuidProperty); if (uuid != null) { nodeInterface.setProperty(GraphObject.id, uuid); nodeInterface.removeProperty(uuidProperty); actualNodeCount++; hasChanges = true; } } catch (Throwable t) {