You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2022/03/15 09:51:47 UTC

[sling-org-apache-sling-feature-cpconverter] 02/04: SLING-11134 - Extract Oak index definitions and package them as an additional file

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-cpconverter.git

commit fefa802052ffe23f2921a72814d15ea103b5b23c
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Mon Feb 21 15:39:56 2022 +0100

    SLING-11134 - Extract Oak index definitions and package them as an additional file
    
    Remove unused TestUtils.log
---
 .../java/org/apache/sling/feature/cpconverter/handlers/TestUtils.java | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/test/java/org/apache/sling/feature/cpconverter/handlers/TestUtils.java b/src/test/java/org/apache/sling/feature/cpconverter/handlers/TestUtils.java
index 032977e..30e1d82 100644
--- a/src/test/java/org/apache/sling/feature/cpconverter/handlers/TestUtils.java
+++ b/src/test/java/org/apache/sling/feature/cpconverter/handlers/TestUtils.java
@@ -40,13 +40,9 @@ import org.apache.sling.feature.cpconverter.features.DefaultFeaturesManager;
 import org.apache.sling.feature.cpconverter.features.FeaturesManager;
 import org.apache.sling.feature.cpconverter.vltpkg.VaultPackageAssembler;
 import org.jetbrains.annotations.NotNull;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
 
 class TestUtils {
 
-    private static final Logger log = LoggerFactory.getLogger(TestUtils.class);
-
     private TestUtils() {}
 
     static Extension createRepoInitExtension(@NotNull EntryHandler handler, @NotNull AclManager aclManager, @NotNull String path, @NotNull InputStream is) throws Exception {