This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.performance.base-0.0.2 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-performance.git
commit 0419154727df642cce253533e38bd6982008b731 Author: Justin Edelson <[email protected]> AuthorDate: Wed Aug 29 16:16:08 2012 +0000 SLING-2311 - removing extraneous listener fields git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/performance/base@1378629 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/sling/performance/tests/ResolveWithManyAliasTest.java | 3 --- .../apache/sling/performance/tests/ResolveWithManyVanityPathTest.java | 1 - 2 files changed, 4 deletions(-) diff --git a/src/main/java/org/apache/sling/performance/tests/ResolveWithManyAliasTest.java b/src/main/java/org/apache/sling/performance/tests/ResolveWithManyAliasTest.java index f886957..a6d7061 100644 --- a/src/main/java/org/apache/sling/performance/tests/ResolveWithManyAliasTest.java +++ b/src/main/java/org/apache/sling/performance/tests/ResolveWithManyAliasTest.java @@ -66,9 +66,6 @@ class ResolveWithManyAliasTest extends AbstractRepositoryTest { if (mapRoot != null) { mapRoot.remove(); } - /* - * if ( this.listener != null ) { this.listener.dispose(); } - */ session.save(); } diff --git a/src/main/java/org/apache/sling/performance/tests/ResolveWithManyVanityPathTest.java b/src/main/java/org/apache/sling/performance/tests/ResolveWithManyVanityPathTest.java index 3e51942..c803f33 100644 --- a/src/main/java/org/apache/sling/performance/tests/ResolveWithManyVanityPathTest.java +++ b/src/main/java/org/apache/sling/performance/tests/ResolveWithManyVanityPathTest.java @@ -43,7 +43,6 @@ class ResolveWithManyVanityPathTest extends AbstractRepositoryTest { private Node mapRoot; - // private JcrResourceListener listener; private ResourceResolver resResolver; private Node rootNode; -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
