540541542543544545546547548549550
Catalog existingCat = rootDir.getCatalog(cat.getName()); if (existingCat != null && existingCat != cat) { rootDir.removeCatalog(existingCat); } rootDir.addCatalog(1, cat); rootDir.save(); } } } /**