From 4e52a6da68c355612f9c53e9de7198a11e87ddc9 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Mon, 30 May 2011 22:00:12 +0000 Subject: [PATCH] [SPR-7960] Initial support for @ActivateProfiles in tests. git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4387 50f2f4bb-b051-0410-bef5-90022cba6387 --- .../java/org/springframework/test/context/ActivateProfiles.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.springframework.test/src/main/java/org/springframework/test/context/ActivateProfiles.java b/org.springframework.test/src/main/java/org/springframework/test/context/ActivateProfiles.java index 63c839eed38..28a9acf915d 100644 --- a/org.springframework.test/src/main/java/org/springframework/test/context/ActivateProfiles.java +++ b/org.springframework.test/src/main/java/org/springframework/test/context/ActivateProfiles.java @@ -61,7 +61,7 @@ public @interface ActivateProfiles { String[] profiles() default {}; /** - * TODO Document inheritLocations. + * TODO Document inheritProfiles. */ boolean inheritProfiles() default true;