提交 adaf9dae 编写于 作者: K kohsuke

allow InterruptedException so that test code that extends from it can throw...

allow InterruptedException so that test code that extends from it can throw InterruptedException as well.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@13169 71c3de6d-444a-0410-be80-ed276b4c234a
上级 5538210b
......@@ -23,7 +23,7 @@ public class NullSCM extends SCM {
return false;
}
public boolean checkout(AbstractBuild build, Launcher launcher, FilePath remoteDir, BuildListener listener, File changeLogFile) throws IOException {
public boolean checkout(AbstractBuild build, Launcher launcher, FilePath remoteDir, BuildListener listener, File changeLogFile) throws IOException, InterruptedException {
return createEmptyChangeLog(changeLogFile, listener, "log");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册