From 0cbbd3a0d57902bfcad1d912aa8664b0e85522c1 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Tue, 28 Nov 2023 16:21:58 +0100 Subject: [PATCH] Polishing --- .../modules/ROOT/pages/testing/testcontext-framework/aot.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-docs/modules/ROOT/pages/testing/testcontext-framework/aot.adoc b/framework-docs/modules/ROOT/pages/testing/testcontext-framework/aot.adoc index 337eb71c655..5348b383c4c 100644 --- a/framework-docs/modules/ROOT/pages/testing/testcontext-framework/aot.adoc +++ b/framework-docs/modules/ROOT/pages/testing/testcontext-framework/aot.adoc @@ -45,7 +45,7 @@ xref:appendix.adoc#appendix-spring-properties[`SpringProperties`] mechanism. [NOTE] ==== -The `@ContextHierarchy` annotation is currently not supported in AOT mode. +The `@ContextHierarchy` annotation is not supported in AOT mode. ==== To provide test-specific runtime hints for use within a GraalVM native image, you have