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;