提交 2f3046a6 编写于 作者: K kohsuke

Merged revisions 34879 via svnmerge from

https://www.dev.java.net/svn/hudson/branches/rc

........
  r34879 | kohsuke | 2010-09-15 19:23:43 -0700 (Wed, 15 Sep 2010) | 1 line
  
  turns out other guys rely on the old name.
........


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@34880 71c3de6d-444a-0410-be80-ed276b4c234a
上级 2a60a9d5
......@@ -63,6 +63,11 @@ public class TimerTrigger extends Trigger<BuildableItem> {
return Messages.TimerTrigger_DisplayName();
}
// backward compatibility
public FormValidation doCheck(@QueryParameter String value) {
return doCheckSpec(value);
}
/**
* Performs syntax check.
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册