This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch branch_3x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_3x by this push:
new 8ac9a52d1 TIKA-4326: replace deprecated
8ac9a52d1 is described below
commit 8ac9a52d11c7c39d89e97be49f6cceb9b197a288
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Jan 14 19:58:54 2025 +0100
TIKA-4326: 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()) &&