提交 425fdaa0 编写于 作者: O Oliver Gondža

Merge pull request #1288 from daniel-beck/JENKINS-23434

[FIXED JENKINS-23434] Sort NullSCM first
......@@ -58,7 +58,7 @@ public class NullSCM extends SCM {
return NullChangeLogParser.INSTANCE;
}
@Extension
@Extension(ordinal = Integer.MAX_VALUE)
public static class DescriptorImpl extends SCMDescriptor<NullSCM> {
public DescriptorImpl() {
super(null);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册