Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-31162] ItemCategory ID format changed
  • Loading branch information
recena committed Apr 5, 2016
1 parent cfba404 commit 00e507d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -44,7 +44,7 @@ public class NestedProjectsCategory extends ItemCategory {
/**
* TODO Make public when be moved to cloudbees-folder-plugin.
*/
private static final String ID = "nestedprojects";
private static final String ID = "nested-projects";

@Override
public String getId() {
Expand Down
Expand Up @@ -33,7 +33,7 @@
@Extension(ordinal = -100)
public class StandaloneProjectsCategory extends ItemCategory {

public static final String ID = "standaloneprojects";
public static final String ID = "standalone-projects";

@Override
public String getId() {
Expand Down

0 comments on commit 00e507d

Please sign in to comment.