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 2019/04/24 10:48:40 UTC

[sling-org-apache-sling-committer-cli] 30/42: Removed unused import

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

rombert pushed a commit to branch feature/SLING-8337
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-committer-cli.git

commit 387ba6e1e76c5966aa750873eec92f03b330a930
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Apr 19 17:45:41 2019 +0300

    Removed unused import
---
 src/test/java/org/apache/sling/cli/impl/release/ReleaseTest.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/test/java/org/apache/sling/cli/impl/release/ReleaseTest.java b/src/test/java/org/apache/sling/cli/impl/release/ReleaseTest.java
index d6d9c51..a414f39 100644
--- a/src/test/java/org/apache/sling/cli/impl/release/ReleaseTest.java
+++ b/src/test/java/org/apache/sling/cli/impl/release/ReleaseTest.java
@@ -27,7 +27,6 @@ import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertTrue;
 import static org.junit.Assert.fail;
 
-import org.junit.Ignore;
 import org.junit.Test;
 
 public class ReleaseTest {