提交 74de4955 编写于 作者: J John Lin 提交者: Sam Brannen

Fix unmatched parentheses in @ContextHierarchy Javadoc

Closes gh-23487
上级 274eab7c
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册