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/12/12 16:03:54 UTC

[tika] branch main updated: checkstyle fix on PR #845

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 0dc85db72 checkstyle fix on PR #845
0dc85db72 is described below

commit 0dc85db727cb24c84b588a6b6697cc35e61b9453
Author: tallison <ta...@apache.org>
AuthorDate: Mon Dec 12 11:03:45 2022 -0500

    checkstyle fix on PR #845
---
 tika-core/src/test/java/org/apache/tika/metadata/TestMetadata.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-core/src/test/java/org/apache/tika/metadata/TestMetadata.java b/tika-core/src/test/java/org/apache/tika/metadata/TestMetadata.java
index 439f201e0..2ce1b8b6c 100644
--- a/tika-core/src/test/java/org/apache/tika/metadata/TestMetadata.java
+++ b/tika-core/src/test/java/org/apache/tika/metadata/TestMetadata.java
@@ -23,7 +23,6 @@ import static org.junit.jupiter.api.Assertions.assertNull;
 import static org.junit.jupiter.api.Assertions.assertTrue;
 import static org.junit.jupiter.api.Assertions.fail;
 
-import org.apache.tika.TikaTest;
 import java.text.DateFormat;
 import java.text.SimpleDateFormat;
 import java.util.Date;
@@ -39,6 +38,7 @@ import java.util.concurrent.Future;
 
 import org.junit.jupiter.api.Test;
 
+import org.apache.tika.TikaTest;
 import org.apache.tika.utils.DateUtils;
 
 //Junit imports