From 258bd3f73ce025552455e4fc4504e17d347793b2 Mon Sep 17 00:00:00 2001 From: Vladyslav Baidak Date: Mon, 3 Jul 2023 16:38:19 +0300 Subject: [PATCH] Fix typo in Javadoc for BeanDefinitionDsl.kt Closes gh-30798 --- .../org/springframework/context/support/BeanDefinitionDsl.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 f5dfa91868..265861a273 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 @@ -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. @@ -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