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 2017/10/20 14:39:22 UTC

[sling-org-apache-sling-repoinit-parser] 13/46: Remove extra import

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-repoinit-parser.git

commit acff2277df6c1c14456553785ad11cfa2e408772
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Wed Jul 20 15:25:03 2016 +0000

    Remove extra import
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1753536 13f79535-47bb-0310-9956-ffa450edef68
---
 .../java/org/apache/sling/repoinit/parser/test/ParsingErrorsTest.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/test/java/org/apache/sling/repoinit/parser/test/ParsingErrorsTest.java b/src/test/java/org/apache/sling/repoinit/parser/test/ParsingErrorsTest.java
index c902ac1..00ab007 100644
--- a/src/test/java/org/apache/sling/repoinit/parser/test/ParsingErrorsTest.java
+++ b/src/test/java/org/apache/sling/repoinit/parser/test/ParsingErrorsTest.java
@@ -28,7 +28,6 @@ import java.util.List;
 
 import org.apache.sling.repoinit.parser.impl.ParseException;
 import org.apache.sling.repoinit.parser.impl.RepoInitParserImpl;
-import org.apache.sling.repoinit.parser.impl.TokenMgrError;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.junit.runners.Parameterized;

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.