From 0067618b35c765da90b388735edee13e47cbdd5a 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. --- .../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 63c839eed3..28a9acf915 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;