This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.event.dea-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-event-dea.git
commit c4477972bc778d53271f7a060fa23f944ef0e3c8 Author: Carsten Ziegeler <[email protected]> AuthorDate: Thu Aug 28 08:26:20 2014 +0000 Update to latest API version git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/dea@1621090 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- .../org/apache/sling/event/dea/impl/DistributedEventReceiver.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index afeacbe..1f8f517 100644 --- a/pom.xml +++ b/pom.xml @@ -113,7 +113,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.api</artifactId> - <version>2.7.1-SNAPSHOT</version> + <version>2.8.1-SNAPSHOT</version> <scope>provided</scope> </dependency> <!-- Testing --> diff --git a/src/main/java/org/apache/sling/event/dea/impl/DistributedEventReceiver.java b/src/main/java/org/apache/sling/event/dea/impl/DistributedEventReceiver.java index 58ed940..5f6d2f9 100644 --- a/src/main/java/org/apache/sling/event/dea/impl/DistributedEventReceiver.java +++ b/src/main/java/org/apache/sling/event/dea/impl/DistributedEventReceiver.java @@ -301,7 +301,7 @@ public class DistributedEventReceiver final Resource baseResource = resolver.getResource(this.rootPath); // sanity check - should never be null if ( baseResource != null ) { - final ResourceUtil.BatchResourceRemover brr = ResourceUtil.getBatchResourceResourceRemover(50); + final ResourceUtil.BatchResourceRemover brr = ResourceUtil.getBatchResourceRemover(50); final Iterator<Resource> iter = baseResource.listChildren(); while ( iter.hasNext() ) { final Resource rootResource = iter.next(); @@ -333,7 +333,7 @@ public class DistributedEventReceiver ResourceResolver resolver = null; try { resolver = this.resourceResolverFactory.getAdministrativeResourceResolver(null); - final ResourceUtil.BatchResourceRemover brr = ResourceUtil.getBatchResourceResourceRemover(50); + final ResourceUtil.BatchResourceRemover brr = ResourceUtil.getBatchResourceRemover(50); final Resource baseResource = resolver.getResource(this.ownRootPath); // sanity check - should never be null -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
