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

tilman 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 0cde919af TIKA-4327: replace deprecated
0cde919af is described below

commit 0cde919af92e8633859e781fb4de60344270a4d2
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Jan 14 19:59:11 2025 +0100

    TIKA-4327: replace deprecated
---
 .../java/org/apache/tika/parser/microsoft/chm/TestChmBlockInfo.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-microsoft-module/src/test/java/org/apache/tika/parser/microsoft/chm/TestChmBlockInfo.java
 
b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-microsoft-module/src/test/java/org/apache/tika/parser/microsoft/chm/TestChmBlockInfo.java
index 4786f7a19..c592a34c9 100644
--- 
a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-microsoft-module/src/test/java/org/apache/tika/parser/microsoft/chm/TestChmBlockInfo.java
+++ 
b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-microsoft-module/src/test/java/org/apache/tika/parser/microsoft/chm/TestChmBlockInfo.java
@@ -96,7 +96,7 @@ public class TestChmBlockInfo {
                 .getDirectoryListingEntryList()) {
             chmBlockInfo = ChmBlockInfo
                     .getChmBlockInfoInstance(directoryListingEntry, (int) 
clrt.getBlockLen(),
-                            chmLzxcControlData);
+                            chmLzxcControlData, null);
             // Assert.assertTrue(!directoryListingEntry.getName().isEmpty() &&
             // chmBlockInfo.toString() != null);
             assertTrue(!ChmCommons.isEmpty(directoryListingEntry.getName()) &&

Reply via email to