Skip to content

Commit

Permalink
[JENKINS-31162] @daniel-beck'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 4734c98 commit cfba404
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -27,7 +27,7 @@
import hudson.Extension;
import jenkins.model.Messages;
import org.kohsuke.accmod.Restricted;
import org.kohsuke.accmod.restrictions.NoExternalUse;
import org.kohsuke.accmod.restrictions.DoNotUse;

/**
* A generic {@link ItemCategory}.
Expand All @@ -37,7 +37,7 @@
*
* @since 2.0
*/
@Restricted(NoExternalUse.class)
@Restricted(DoNotUse.class)
@Extension(ordinal = -100)
public class NestedProjectsCategory extends ItemCategory {

Expand Down

0 comments on commit cfba404

Please sign in to comment.