You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2019/01/27 13:00:14 UTC

[sling-org-apache-sling-clam] 07/08: remove unused import

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

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

commit b122467758c8d13ec0a45803543e2f84a14e1682
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun Jan 27 13:37:35 2019 +0100

    remove unused import
---
 src/test/java/org/apache/sling/clam/it/tests/ClamTestSupport.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/test/java/org/apache/sling/clam/it/tests/ClamTestSupport.java b/src/test/java/org/apache/sling/clam/it/tests/ClamTestSupport.java
index de5ccf2..100edc0 100644
--- a/src/test/java/org/apache/sling/clam/it/tests/ClamTestSupport.java
+++ b/src/test/java/org/apache/sling/clam/it/tests/ClamTestSupport.java
@@ -19,7 +19,6 @@
 package org.apache.sling.clam.it.tests;
 
 import org.apache.sling.testing.paxexam.TestSupport;
-import org.ops4j.pax.exam.Configuration;
 import org.ops4j.pax.exam.Option;
 
 import static org.apache.sling.testing.paxexam.SlingOptions.slingEvent;