Skip to content

Commit

Permalink
[JENKINS-31162] @jtnord's comment was addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
recena committed Apr 5, 2016
1 parent 011a0a5 commit 4734c98
Showing 1 changed file with 5 additions and 1 deletion.
Expand Up @@ -33,14 +33,18 @@
* A generic {@link ItemCategory}.
*
* This category should be moved to cloudbees-folder-plugin short-term.
* Really when upgrades its baseline to 2.0.
*
* @since 2.0
*/
@Restricted(NoExternalUse.class)
@Extension(ordinal = -100)
public class NestedProjectsCategory extends ItemCategory {

public static final String ID = "nestedprojects";
/**
* TODO Make public when be moved to cloudbees-folder-plugin.
*/
private static final String ID = "nestedprojects";

@Override
public String getId() {
Expand Down

0 comments on commit 4734c98

Please sign in to comment.