Skip to content

Commit 37e8ef1

Browse files
committed
Merge branch '6.0.x'
2 parents e995033 + 0b2c2d0 commit 37e8ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ open class BeanDefinitionDsl internal constructor (private val init: BeanDefinit
109109
SINGLETON,
110110

111111
/**
112-
* Scope constant for the standard singleton scope
112+
* Scope constant for the standard prototype scope
113113
* @see org.springframework.beans.factory.config.BeanDefinition.SCOPE_PROTOTYPE
114114
*/
115115
PROTOTYPE

0 commit comments

Comments
 (0)