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 9218d9ef8f01..08bcc1c44bf1 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 @@ void legacyAotContextLoader() throws Exception { /** * Verifies that a modern {@link AotContextLoader} which only overrides - * {@link AotContextLoader#loadContextForAotProcessing(MergedContextConfiguration, RuntimeHints) + * {@link AotContextLoader#loadContextForAotProcessing(MergedContextConfiguration, RuntimeHints)} * is supported. */ @Test // gh-34513