Skip to content

Commit d59caaa

Browse files
committed
Polishing
1 parent a04b6c5 commit d59caaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-test/src/main/java/org/springframework/test/context/ContextHierarchy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
* public class BaseTests {}
128128
*
129129
* @ContextHierarchy(
130-
* @ContextConfiguration(name = "child", locations = "/test-user-config.xml", inheritLocations=false)
130+
* @ContextConfiguration(name = "child", locations = "/test-user-config.xml", inheritLocations = false)
131131
* )
132132
* public class ExtendedTests extends BaseTests {}</pre>
133133
*

0 commit comments

Comments
 (0)