Skip to content

Commit

Permalink
Amending #181 to ensure NoopUpdater is not treated as the default cho…
Browse files Browse the repository at this point in the history
…ice.
  • Loading branch information
jglick committed Jun 16, 2017
1 parent 0a29241 commit a926e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hudson/scm/subversion/NoopUpdater.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public List<External> perform() throws IOException, InterruptedException {

}

@Extension(ordinal = 100) // this is the default, so given a higher ordinal
@Extension
public static class DescriptorImpl extends WorkspaceUpdaterDescriptor {
@Override
public String getDisplayName() {
Expand Down

0 comments on commit a926e2f

Please sign in to comment.