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 2022/04/27 13:02:03 UTC

[tika] branch branch_1x updated: fix imports

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

tallison pushed a commit to branch branch_1x
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/branch_1x by this push:
     new ca09dd4d1 fix imports
ca09dd4d1 is described below

commit ca09dd4d112541808d7cca94fffe25831e7b9305
Author: tallison <ta...@apache.org>
AuthorDate: Wed Apr 27 09:01:53 2022 -0400

    fix imports
---
 .../test/java/org/apache/tika/parser/microsoft/PowerPointParserTest.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tika-parsers/src/test/java/org/apache/tika/parser/microsoft/PowerPointParserTest.java b/tika-parsers/src/test/java/org/apache/tika/parser/microsoft/PowerPointParserTest.java
index ce60154bc..2472bdb23 100644
--- a/tika-parsers/src/test/java/org/apache/tika/parser/microsoft/PowerPointParserTest.java
+++ b/tika-parsers/src/test/java/org/apache/tika/parser/microsoft/PowerPointParserTest.java
@@ -22,7 +22,6 @@ import java.io.InputStream;
 import java.util.List;
 import java.util.Locale;
 
-import org.apache.ctakes.typesystem.type.syntax.O;
 import org.apache.tika.TikaTest;
 import org.apache.tika.exception.EncryptedDocumentException;
 import org.apache.tika.metadata.Metadata;