}
importer.importWiki(page);
if (!isUpdate) {
WikiImportProperty importProperty = new WikiImportProperty(importer.remoteUrl());
importProperty.setRoot(true);
importProperty.setAutoUpdate(importer.getAutoUpdateSetting());
importProperty.addTo(data.getProperties());
page.commit(data);
}
} catch (WikiImporter.WikiImporterException e) {
traversalListener.process(new ImportError("ERROR", "The remote resource, " + importer.remoteUrl() + ", was not found."));
} catch (WikiImporter.AuthenticationRequiredException e) {