From d766494e4469942a93f859d9fd716d13d6a01b82 Mon Sep 17 00:00:00 2001 From: Sylvain Morin <56630013+sylvain-morin@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:56:33 +0100 Subject: [PATCH] Minor fix in documentation (#119385) Co-authored-by: Iraklis Psaroudakis --- docs/reference/setup/advanced-configuration.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/setup/advanced-configuration.asciidoc b/docs/reference/setup/advanced-configuration.asciidoc index 0da939f172609..1dfe975752905 100644 --- a/docs/reference/setup/advanced-configuration.asciidoc +++ b/docs/reference/setup/advanced-configuration.asciidoc @@ -54,7 +54,7 @@ or a range of versions followed by a colon. + To apply a setting to a specific version and any later versions, omit the upper bound of the range. -For example, this setting applies to Java 8 and later: +For example, this setting applies to Java 17 and later: + [source,text] -------------------------------------