提交 9fa2e758 编写于 作者: K kohsuke

revert to the default implementaion.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@2926 71c3de6d-444a-0410-be80-ed276b4c234a
上级 73882e01
......@@ -35,10 +35,6 @@ public class NullSCM extends SCM {
return DESCRIPTOR;
}
public void buildEnvVars(Map<String,String> env) {
// noop
}
public ChangeLogParser createChangeLogParser() {
return new NullChangeLogParser();
}
......
......@@ -499,10 +499,6 @@ public class SubversionSCM extends SCM implements Serializable {
return DescriptorImpl.DESCRIPTOR;
}
public void buildEnvVars(Map<String,String> env) {
// no environment variable
}
public FilePath getModuleRoot(FilePath workspace) {
if (getLocations().length > 0)
return workspace.child(getLocations()[0].local);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册