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 8a077c8  fix checkstyle
8a077c8 is described below

commit 8a077c8d0d0495b346762b506dbc014047458ea8
Author: tballison <[email protected]>
AuthorDate: Wed Oct 27 11:20:14 2021 -0400

    fix checkstyle
---
 .../test/java/org/apache/tika/server/core/TikaServerIntegrationTest.java | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/tika-server/tika-server-core/src/test/java/org/apache/tika/server/core/TikaServerIntegrationTest.java
 
b/tika-server/tika-server-core/src/test/java/org/apache/tika/server/core/TikaServerIntegrationTest.java
index aed0287..83fffdd 100644
--- 
a/tika-server/tika-server-core/src/test/java/org/apache/tika/server/core/TikaServerIntegrationTest.java
+++ 
b/tika-server/tika-server-core/src/test/java/org/apache/tika/server/core/TikaServerIntegrationTest.java
@@ -35,7 +35,6 @@ import javax.ws.rs.core.Response;
 
 import com.fasterxml.jackson.databind.JsonNode;
 import com.fasterxml.jackson.databind.ObjectMapper;
-import org.apache.cxf.helpers.IOUtils;
 import org.apache.cxf.jaxrs.client.WebClient;
 import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;

Reply via email to