From b8186cd12098cd02cb06fa14f958e2b996c1d8bb Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 10 Feb 2010 21:35:26 +0000 Subject: [PATCH] [SPR-6821] Removed lingering reference to StandardScopes. git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2946 50f2f4bb-b051-0410-bef5-90022cba6387 --- spring-framework-reference/src/beans.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-framework-reference/src/beans.xml b/spring-framework-reference/src/beans.xml index 26c14443f1d..075d5cd71fc 100644 --- a/spring-framework-reference/src/beans.xml +++ b/spring-framework-reference/src/beans.xml @@ -5632,7 +5632,7 @@ public class MovieFinderImpl implements MovieFinder { @Scope annotation. Simply provide the name of the scope within the annotation: - @Scope(StandardScopes.PROTOTYPE) + @Scope("prototype") @Repository public class MovieFinderImpl implements MovieFinder { // ...