This is an automated email from the ASF dual-hosted git repository.
tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new 5c2fa847d fix checkstyle
5c2fa847d is described below
commit 5c2fa847d4bba61dfcd3a009c1c326c97caefbf1
Author: tallison <[email protected]>
AuthorDate: Tue Oct 4 12:36:48 2022 -0400
fix checkstyle
---
.../src/test/java/org/apache/custom/parser/CustomParserTest.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/tika-integration-tests/tika-resource-loading-tests/src/test/java/org/apache/custom/parser/CustomParserTest.java
b/tika-integration-tests/tika-resource-loading-tests/src/test/java/org/apache/custom/parser/CustomParserTest.java
index e48154929..3096375d4 100644
---
a/tika-integration-tests/tika-resource-loading-tests/src/test/java/org/apache/custom/parser/CustomParserTest.java
+++
b/tika-integration-tests/tika-resource-loading-tests/src/test/java/org/apache/custom/parser/CustomParserTest.java
@@ -20,7 +20,6 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
import java.util.Map;
-import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.apache.tika.TikaTest;