Fix unmatched parentheses in @ContextHierarchy Javadoc
Closes gh-23487
This commit is contained in:
@@ -76,10 +76,10 @@ import java.lang.annotation.Target;
|
||||
* @ContextConfiguration("file:src/main/webapp/WEB-INF/applicationContext.xml")
|
||||
* public abstract class AbstractWebTests {}
|
||||
*
|
||||
* @ContextHierarchy(@ContextConfiguration("/spring/soap-ws-config.xml")
|
||||
* @ContextHierarchy(@ContextConfiguration("/spring/soap-ws-config.xml"))
|
||||
* public class SoapWebServiceTests extends AbstractWebTests {}
|
||||
*
|
||||
* @ContextHierarchy(@ContextConfiguration("/spring/rest-ws-config.xml")
|
||||
* @ContextHierarchy(@ContextConfiguration("/spring/rest-ws-config.xml"))
|
||||
* public class RestWebServiceTests extends AbstractWebTests {}</pre>
|
||||
*
|
||||
* <h4>Class Hierarchy with Merged Context Hierarchy Configuration</h4>
|
||||
|
||||
Reference in New Issue
Block a user