Browse Source

Fix typo in Javadoc for BeanDefinitionDsl.kt

Closes gh-30798
pull/30915/head
Vladyslav Baidak 3 years ago committed by Sam Brannen
parent
commit
0b2c2d04b2
  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

@ -109,7 +109,7 @@ open class BeanDefinitionDsl internal constructor (private val init: BeanDefinit @@ -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

Loading…
Cancel
Save