Skip to content

Commit

Permalink
[FIXED JENKINS-23434] Sort NullSCM first
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-beck committed Jun 17, 2014
1 parent c826a01 commit c84d348
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 ChangeLogParser createChangeLogParser() {
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 c84d348

Please sign in to comment.