mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Fix Javadoc errors in AotContextLoaderTests
Closes gh-36937 Signed-off-by: gianmarco <gianmarco.schifone02@gmail.com>
This commit is contained in:
+2
-2
@@ -39,7 +39,7 @@ class AotContextLoaderTests {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Verifies that a legacy {@link AotContextLoader} which only overrides
|
* Verifies that a legacy {@link AotContextLoader} which only overrides
|
||||||
* {@link AotContextLoader#loadContextForAotProcessing(MergedContextConfiguration)
|
* {@link AotContextLoader#loadContextForAotProcessing(MergedContextConfiguration)}
|
||||||
* is still supported.
|
* is still supported.
|
||||||
*/
|
*/
|
||||||
@Test // gh-34513
|
@Test // gh-34513
|
||||||
@@ -58,7 +58,7 @@ class AotContextLoaderTests {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Verifies that a modern {@link AotContextLoader} which only overrides
|
* Verifies that a modern {@link AotContextLoader} which only overrides
|
||||||
* {@link AotContextLoader#loadContextForAotProcessing(MergedContextConfiguration, RuntimeHints)
|
* {@link AotContextLoader#loadContextForAotProcessing(MergedContextConfiguration, RuntimeHints)}
|
||||||
* is supported.
|
* is supported.
|
||||||
*/
|
*/
|
||||||
@Test // gh-34513
|
@Test // gh-34513
|
||||||
|
|||||||
Reference in New Issue
Block a user