You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2021/10/27 15:20:22 UTC

[tika] branch main updated: fix checkstyle

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 <ta...@apache.org>
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;