throw new SiteException("Node for path [" + path + "] exists with different UUID!");
}
}
SiteTreeNodeImpl node = addNode(path, doc.getUUID(), true, null, "", false);
node.addLabel(doc.getLanguage(), "");
if (node.getLanguages().length == 1) {
node.setUUID(doc.getUUID());
}