From 136f78ebd050d67439c15f8d1b1e0af4612b6285 Mon Sep 17 00:00:00 2001 From: gianmarco Date: Tue, 16 Jun 2026 11:55:01 +0200 Subject: [PATCH] Fix Javadoc errors in AotContextLoaderTests Closes gh-36937 Signed-off-by: gianmarco --- .../test/context/aot/AotContextLoaderTests.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-test/src/test/java/org/springframework/test/context/aot/AotContextLoaderTests.java b/spring-test/src/test/java/org/springframework/test/context/aot/AotContextLoaderTests.java index 9218d9ef8f0..08bcc1c44bf 100644 --- a/spring-test/src/test/java/org/springframework/test/context/aot/AotContextLoaderTests.java +++ b/spring-test/src/test/java/org/springframework/test/context/aot/AotContextLoaderTests.java @@ -39,7 +39,7 @@ class AotContextLoaderTests { /** * Verifies that a legacy {@link AotContextLoader} which only overrides - * {@link AotContextLoader#loadContextForAotProcessing(MergedContextConfiguration) + * {@link AotContextLoader#loadContextForAotProcessing(MergedContextConfiguration)} * is still supported. */ @Test // gh-34513 @@ -58,7 +58,7 @@ class AotContextLoaderTests { /** * Verifies that a modern {@link AotContextLoader} which only overrides - * {@link AotContextLoader#loadContextForAotProcessing(MergedContextConfiguration, RuntimeHints) + * {@link AotContextLoader#loadContextForAotProcessing(MergedContextConfiguration, RuntimeHints)} * is supported. */ @Test // gh-34513