Merge branch '6.2.x'

This commit is contained in:
Sam Brannen
2025-01-03 17:29:14 +02:00
9 changed files with 46 additions and 46 deletions

View File

@@ -113,7 +113,7 @@ public class TestBeanTests {
}
@Test
void contextCustomizerCannotBeCreatedWitCompetingOverrideMethods() {
void contextCustomizerCannotBeCreatedWithCompetingOverrideMethods() {
GenericApplicationContext context = new GenericApplicationContext();
context.registerBean("bean", String.class, () -> "example");
assertThatIllegalStateException()