Browse Source

Fix typo in BeanDefinitionDsl.kt

See gh-27105
pull/27108/head
takumi34 5 years ago committed by Stephane Nicoll
parent
commit
9add04f800
  1. 2
      spring-context/src/main/kotlin/org/springframework/context/support/BeanDefinitionDsl.kt

2
spring-context/src/main/kotlin/org/springframework/context/support/BeanDefinitionDsl.kt

@ -1110,7 +1110,7 @@ open class BeanDefinitionDsl internal constructor (private val init: BeanDefinit @@ -1110,7 +1110,7 @@ open class BeanDefinitionDsl internal constructor (private val init: BeanDefinit
}
/**
* Return an provider for the specified bean, allowing for lazy on-demand retrieval
* Return a provider for the specified bean, allowing for lazy on-demand retrieval
* of instances, including availability and uniqueness options.
* @see org.springframework.beans.factory.BeanFactory.getBeanProvider
*/

Loading…
Cancel
Save