提交 e70f134d 编写于 作者: K Kanstantsin Shautsou

FB annotations in TimerTrigger.class

上级 194c1dc6
......@@ -39,6 +39,8 @@ import org.kohsuke.stapler.AncestorInPath;
import org.kohsuke.stapler.DataBoundConstructor;
import org.kohsuke.stapler.QueryParameter;
import javax.annotation.Nonnull;
/**
* {@link Trigger} that runs a job periodically.
*
......@@ -47,7 +49,7 @@ import org.kohsuke.stapler.QueryParameter;
public class TimerTrigger extends Trigger<BuildableItem> {
@DataBoundConstructor
public TimerTrigger(String spec) throws ANTLRException {
public TimerTrigger(@Nonnull String spec) throws ANTLRException {
super(spec);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册