630631632633634635636637
* {@inheritDoc} */ public void updateIndex(final Set<String> removedNodes, final Set<String> addedNodes) throws RepositoryException, IOException { final ChangesHolder changes = getChanges(removedNodes, addedNodes); apply(changes); }
699700701702703704705706
712713714715716717718719
631632633634635636637638
698699700701702703704705
711712713714715716717718
671672673674675676677678