Fix JavaDoc typo in XContentBuilder (#1739)

Signed-off-by: Fabio Buso <buso.fabio@gmail.com>
This commit is contained in:
Fabio Buso 2021-12-16 15:57:38 +01:00 committed by GitHub
parent 22bfadf324
commit 5966cc03bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ public final class XContentBuilder implements Closeable, Flushable {
* The builder uses an internal {@link ByteArrayOutputStream} output stream to build the content. When both exclusive and
* inclusive filters are provided, the underlying builder will first use exclusion filters to remove fields and then will check the
* remaining fields against the inclusive filters.
* <p>
* </p>
*
* @param xContent the {@link XContent}
* @param includes the inclusive filters: only fields and objects that match the inclusive filters will be written to the output.