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