Details
Description
In HSTTWO-3855 I added
private Node nextSibling(final Node current) throws RepositoryException {
which is a very generic JCR related method which we most likely require more frequently in the future.
Better to move it to JcrUtils in the REPO project
Note I did not do this directly because I wanted to backport the fix and we should only move the #nextSibling method in the 11.2 head projects
Attachments
Issue Links
- is a result of
-
HSTTWO-3855 HST changes the order of containers when copying between Preview and Live (publish/discard)
- Closed
- relates to
-
REPO-1614 Move the generic #nextSibling method from AbstractHelper in HST to JcrUtils
- Closed