Skip to content

Commit 258bd3f

Browse files
vbaidaksbrannen
authored andcommitted
Fix typo in Javadoc for BeanDefinitionDsl.kt
Closes gh-30798
1 parent 97b95d9 commit 258bd3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2021 the original author or authors.
2+
* Copyright 2002-2023 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -108,7 +108,7 @@ open class BeanDefinitionDsl internal constructor (private val init: BeanDefinit
108108
SINGLETON,
109109

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

0 commit comments

Comments
 (0)