From cc92d20c9f8667e9e8c4ebfddb3bd096cc55e912 Mon Sep 17 00:00:00 2001 From: Jim Ferenczi Date: Wed, 9 Oct 2024 10:43:26 +0100 Subject: [PATCH] docs --- .../org/elasticsearch/xcontent/XContentParserConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/x-content/src/main/java/org/elasticsearch/xcontent/XContentParserConfiguration.java b/libs/x-content/src/main/java/org/elasticsearch/xcontent/XContentParserConfiguration.java index 0a64382f8e233..59e5cd5d6485c 100644 --- a/libs/x-content/src/main/java/org/elasticsearch/xcontent/XContentParserConfiguration.java +++ b/libs/x-content/src/main/java/org/elasticsearch/xcontent/XContentParserConfiguration.java @@ -59,7 +59,7 @@ XContentParserConfiguration withFiltering( /** * Replace the configured filtering. * - * @param prefixPath The prefix path to be appended to each sub-path before applying the include/exclude rules. + * @param prefixPath The path to be prepended to each sub-path before applying the include/exclude rules. * Specify {@code null} if parsing starts from the root. * @param includeStrings A set of strings representing paths to include during filtering. * If specified, only these paths will be included in parsing.