mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Polish
Closes gh-29619
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ class DeclarativeRuntimeHintsTests extends AbstractAotTests {
|
||||
// @Reflective
|
||||
assertReflectionRegistered(testClass);
|
||||
|
||||
// @@RegisterReflectionForBinding
|
||||
// @RegisterReflectionForBinding
|
||||
assertReflectionRegistered(SampleClassWithGetter.class);
|
||||
assertReflectionRegistered(String.class);
|
||||
assertThat(reflection().onMethod(SampleClassWithGetter.class, "getName")).accepts(this.runtimeHints);
|
||||
|
||||
Reference in New Issue
Block a user