Polishing

This commit is contained in:
Sam Brannen 2016-10-28 16:37:33 +02:00
parent a04b6c5142
commit d59caaa2a7
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ import java.lang.annotation.Target;
* public class BaseTests {}
*
* @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>
*