Skip to content

Commit

Permalink
Fix typo in BeanDefinitionDsl.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
takumi34 authored and snicoll committed Jun 29, 2021
1 parent 5d919dc commit 9add04f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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
*/
Expand Down

0 comments on commit 9add04f

Please sign in to comment.