Skip to content

Commit

Permalink
Merge pull request #1288 from daniel-beck/JENKINS-23434
Browse files Browse the repository at this point in the history
[FIXED JENKINS-23434] Sort NullSCM first
  • Loading branch information
olivergondza committed Jun 17, 2014
2 parents 9404759 + c84d348 commit 425fdaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/hudson/scm/NullSCM.java
Expand Up @@ -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);
Expand Down

0 comments on commit 425fdaa

Please sign in to comment.