This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.pipes-0.0.10 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-pipes.git
commit 094574425c4802bcc7953e525397a0ecca9c9091 Author: Carsten Ziegeler <[email protected]> AuthorDate: Fri Oct 7 07:29:32 2016 +0000 SLING-6104 : Improve handling to avoid Oak warning git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/sling-pipes@1763685 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/sling/pipes/internal/PathPipe.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/sling/pipes/internal/PathPipe.java b/src/main/java/org/apache/sling/pipes/internal/PathPipe.java index fb993b8..06c9310 100644 --- a/src/main/java/org/apache/sling/pipes/internal/PathPipe.java +++ b/src/main/java/org/apache/sling/pipes/internal/PathPipe.java @@ -73,7 +73,7 @@ public class PathPipe extends BasePipe { transientChange = true; } catch (RepositoryException re) { // we ignore this as this folder might be created from a different task - node.refresh(false); + node.getSession().refresh(false); } } node = node.getNode(token); -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
