master
Sam Brannen 8 years ago
parent a04b6c5142
commit d59caaa2a7
  1. 2
      spring-test/src/main/java/org/springframework/test/context/ContextHierarchy.java

@ -127,7 +127,7 @@ import java.lang.annotation.Target;
* public class BaseTests {} * public class BaseTests {}
* *
* @ContextHierarchy( * @ContextHierarchy(
* @ContextConfiguration(name = "child", locations = "/test-user-config.xml", inheritLocations=false) * @ContextConfiguration(name = "child", locations = "/test-user-config.xml", inheritLocations = false)
* ) * )
* public class ExtendedTests extends BaseTests {}</pre> * public class ExtendedTests extends BaseTests {}</pre>
* *

Loading…
Cancel
Save