Skip to content

Commit

Permalink
[JENKINS-31162] More reasonable ordinal value for StandaloneProjectsC…
Browse files Browse the repository at this point in the history
…ategory
  • Loading branch information
recena committed Mar 22, 2016
1 parent 6b2b42a commit 7098f23
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -6,7 +6,7 @@
/**
* A generic {@link ItemCategory}
*/
@Extension(ordinal = Integer.MIN_VALUE + 1)
@Extension(ordinal = -100)
public class StandaloneProjectsCategory extends ItemCategory {

public static final String ID = "standaloneprojects";
Expand Down

0 comments on commit 7098f23

Please sign in to comment.