提交 c84d3484 编写于 作者: D Daniel Beck

[FIXED JENKINS-23434] Sort NullSCM first

上级 c826a014
......@@ -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.
先完成此消息的编辑!
想要评论请 注册