diff --git a/spring-context/src/main/kotlin/org/springframework/context/support/BeanDefinitionDsl.kt b/spring-context/src/main/kotlin/org/springframework/context/support/BeanDefinitionDsl.kt index 0a60277b5a6..18d251e5aa1 100644 --- a/spring-context/src/main/kotlin/org/springframework/context/support/BeanDefinitionDsl.kt +++ b/spring-context/src/main/kotlin/org/springframework/context/support/BeanDefinitionDsl.kt @@ -109,7 +109,7 @@ open class BeanDefinitionDsl internal constructor (private val init: BeanDefinit SINGLETON, /** - * Scope constant for the standard singleton scope + * Scope constant for the standard prototype scope * @see org.springframework.beans.factory.config.BeanDefinition.SCOPE_PROTOTYPE */ PROTOTYPE