Skip to content

Commit 74de495

Browse files
johnlinpsbrannen
authored andcommitted
Fix unmatched parentheses in @ContextHierarchy Javadoc
Closes gh-23487
1 parent 274eab7 commit 74de495

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@
7676
* @ContextConfiguration("file:src/main/webapp/WEB-INF/applicationContext.xml")
7777
* public abstract class AbstractWebTests {}
7878
*
79-
* @ContextHierarchy(@ContextConfiguration("/spring/soap-ws-config.xml")
79+
* @ContextHierarchy(@ContextConfiguration("/spring/soap-ws-config.xml"))
8080
* public class SoapWebServiceTests extends AbstractWebTests {}
8181
*
82-
* @ContextHierarchy(@ContextConfiguration("/spring/rest-ws-config.xml")
82+
* @ContextHierarchy(@ContextConfiguration("/spring/rest-ws-config.xml"))
8383
* public class RestWebServiceTests extends AbstractWebTests {}</pre>
8484
*
8585
* <h4>Class Hierarchy with Merged Context Hierarchy Configuration</h4>

0 commit comments

Comments
 (0)