Skip to content

Commit

Permalink
Fix typo in Javadoc for BeanDefinitionDsl.kt
Browse files Browse the repository at this point in the history
Closes gh-30798
  • Loading branch information
vbaidak authored and sbrannen committed Jul 3, 2023
1 parent 97b95d9 commit 258bd3f
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,5 +1,5 @@
/*
* Copyright 2002-2021 the original author or authors.
* Copyright 2002-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -108,7 +108,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
Expand Down

0 comments on commit 258bd3f

Please sign in to comment.