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 Zoran0104 committed Aug 20, 2021
1 parent 7c9d9ea commit 7444fc4
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 7444fc4

Please sign in to comment.