Polishing

See gh-18353
This commit is contained in:
Sébastien Deleuze
2025-03-07 09:00:06 +01:00
parent bedc235bab
commit fda9b9a696
3 changed files with 7 additions and 7 deletions

View File

@@ -74,7 +74,7 @@ class BeanRegistrarDslConfigurationTests {
private class SampleBeanRegistrar : BeanRegistrarDsl({
registerBean<Foo>()
registerBean<Bar>(
registerBean(
name = "bar",
prototype = true,
lazyInit = true,