This is an automated email from the ASF dual-hosted git repository. tallison pushed a commit to branch TIKA-4519 in repository https://gitbox.apache.org/repos/asf/tika.git
commit 8ce960b5da5ffe04d478381f21422b39b43f8999 Author: tallison <[email protected]> AuthorDate: Tue Nov 4 08:14:13 2025 -0500 TIKA-4519 -- checkpoint --- .../src/test/resources/configs/fetchers-emitters.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tika-pipes/tika-pipes-core-tests/src/test/resources/configs/fetchers-emitters.json b/tika-pipes/tika-pipes-core-tests/src/test/resources/configs/fetchers-emitters.json index 2c4c5a5e6..5cd5e89ce 100644 --- a/tika-pipes/tika-pipes-core-tests/src/test/resources/configs/fetchers-emitters.json +++ b/tika-pipes/tika-pipes-core-tests/src/test/resources/configs/fetchers-emitters.json @@ -1,13 +1,13 @@ { - "plugins" : { + "plugins": { "fetchers": { "fsf": { - "factoryPluginId": "file-system-fetcher", - "config": { - "basePath": "FETCHERS_BASE_PATH", - "extractFileSystemMetadata": false + "factoryPluginId": "file-system-fetcher", + "config": { + "basePath": "FETCHERS_BASE_PATH", + "extractFileSystemMetadata": false + } } - } }, "emitters": { "fse": {
