You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2020/01/21 12:21:35 UTC

[sling-org-apache-sling-jcr-repoinit] branch master updated: Remove unused import

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

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-repoinit.git


The following commit(s) were added to refs/heads/master by this push:
     new 4fd2607  Remove unused import
4fd2607 is described below

commit 4fd26078a215adf11acbca0234a9018ab5f1480d
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Tue Jan 21 13:20:12 2020 +0100

    Remove unused import
---
 src/test/java/org/apache/sling/jcr/repoinit/it/RepoInitTextIT.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/test/java/org/apache/sling/jcr/repoinit/it/RepoInitTextIT.java b/src/test/java/org/apache/sling/jcr/repoinit/it/RepoInitTextIT.java
index b9a7d3a..4903b7d 100644
--- a/src/test/java/org/apache/sling/jcr/repoinit/it/RepoInitTextIT.java
+++ b/src/test/java/org/apache/sling/jcr/repoinit/it/RepoInitTextIT.java
@@ -25,7 +25,6 @@ import java.io.InputStreamReader;
 import java.util.UUID;
 
 import javax.inject.Inject;
-import javax.jcr.Session;
 
 import org.apache.sling.jcr.repoinit.JcrRepoInitOpsProcessor;
 import org.apache.sling.repoinit.parser.RepoInitParser;