Skip to content

Commit

Permalink
Merge pull request #109 from dwnusbaum/JENKINS-47573
Browse files Browse the repository at this point in the history
[JENKINS-47573] Mark extension of class from optional dependency as optional
  • Loading branch information
oleg-nenashev committed Oct 23, 2017
2 parents 4399f40 + 5a7cd46 commit a006867
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -35,7 +35,7 @@
*
* @see Status
*/
@Extension
@Extension(optional=true)
@Restricted(NoExternalUse.class)
public class PromotionRebuildValidator extends RebuildValidator {

Expand Down

0 comments on commit a006867

Please sign in to comment.