Skip to content

Commit

Permalink
[JENKINS-20164] Explicitly make AbsoluteTimeOutStrategy default.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikedam committed May 19, 2014
1 parent 052a990 commit 8af1eee
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -30,7 +30,7 @@ public Descriptor<BuildTimeOutStrategy> getDescriptor() {
return DESCRIPTOR;
}

@Extension
@Extension(ordinal=100) // This is displayed at the top as the default
public static final DescriptorImpl DESCRIPTOR = new DescriptorImpl();

public static class DescriptorImpl extends BuildTimeOutStrategyDescriptor {
Expand Down

0 comments on commit 8af1eee

Please sign in to comment.