{
// we have pair of logs for system and non-system (this) workspaces
final String pairId = IdGenerator.generate();
versionLogs.addLog(PlainChangesLogImpl.createCopy(vstates, pairId, changes));
nonVersionLogs.addLog(PlainChangesLogImpl.createCopy(nvstates, pairId, changes));
}
else
{
versionLogs.addLog(PlainChangesLogImpl.createCopy(vstates, changes));
nonVersionLogs.addLog(PlainChangesLogImpl.createCopy(nvstates, changes));