提交 e8c4cd2f 编写于 作者: M Mark Waite

Fix SCMTriggerCause javadoc to deprecated constructor

http://javadoc.jenkins-ci.org/hudson/triggers/SCMTrigger.SCMTriggerCause.html
includes a deprecated constructor with an @{link } reference to the
preferred constructor.  That link is broken in the current javadoc.
This fixes the broken link.
上级 807e3c81
......@@ -520,7 +520,7 @@ public class SCMTrigger extends Trigger<SCMedItem> {
/**
* @deprecated
* Use {@link #SCMTriggerCause(String)}.
* Use {@link #SCMTrigger.SCMTriggerCause(String)}.
*/
public SCMTriggerCause() {
this("");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册