Fix Javadoc errors in AotContextLoaderTests

Closes gh-36937

Signed-off-by: gianmarco <gianmarco.schifone02@gmail.com>
This commit is contained in:
gianmarco
2026-06-17 11:58:20 +02:00
committed by Sam Brannen
parent 0fc724b348
commit 136f78ebd0
@@ -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